https://bugs.llvm.org/show_bug.cgi?id=48149

            Bug ID: 48149
           Summary: Endless loop after IndVarSimplify
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: AArch64
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected], [email protected],
                    [email protected]

Created attachment 24152
  --> https://bugs.llvm.org/attachment.cgi?id=24152&action=edit
test case

$ opt -indvars shared-exit-between-nested-loop.ll -S -o after-indvars.ll
$ llc after-indvars.ll -filetype=obj -o tmp.o
$ clang tmp.o -o tmp.out

I get stuck when I finally run ./tmp.out

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to