https://bugs.llvm.org/show_bug.cgi?id=35710
Bug ID: 35710
Summary: Nary reassociation falls into infinite loop
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
For the following test:
; Function Attrs: norecurse nounwind readnone uwtable
define i8 @foo(i8 %v) local_unnamed_addr #0 {
region.0:
%0 = mul nsw i8 16, %v
%1 = mul nsw i8 0, %0
%2 = mul nsw i8 1, %1
ret i8 %2
}
opt test.ll -nary-reassociate -S
falls into infinite loop
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs