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

            Bug ID: 48158
           Summary: Program run stuck after IndVarSimplify
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: AArch64
          Assignee: unassignedb...@nondot.org
          Reporter: guopeil...@huawei.com
                CC: arnaud.degrandmai...@arm.com,
                    llvm-bugs@lists.llvm.org, smithp...@googlemail.com,
                    ties.st...@arm.com

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

$ opt -indvars test-case.ll -S -o after-loop-indvars.ll
$ llc after-loop-indvars.ll -filetype=obj -o tmp.o
$ clang tmp.o -o tmp.out

I get stuck when I run tmp.out

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

Reply via email to