[llvm-bugs] [Bug 48158] New: Program run stuck after IndVarSimplify
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Nov 11 22:53:40 PST 2020
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: unassignedbugs at nondot.org
Reporter: guopeilin1 at huawei.com
CC: arnaud.degrandmaison at arm.com,
llvm-bugs at lists.llvm.org, smithp352 at googlemail.com,
Ties.Stuij at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201112/0f544dd1/attachment.html>
More information about the llvm-bugs
mailing list