[llvm-bugs] [Bug 43571] New: Compilation hang at -O2
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Oct 5 02:31:52 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=43571
Bug ID: 43571
Summary: Compilation hang at -O2
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Global Analyses
Assignee: unassignedbugs at nondot.org
Reporter: paulsson at linux.vnet.ibm.com
CC: llvm-bugs at lists.llvm.org
Created attachment 22630
--> https://bugs.llvm.org/attachment.cgi?id=22630&action=edit
unreduced test case
time at -O1 is <1s, but at -O3 it's been nearly 10hrs.
clang -cc1 -triple s390x-ibm-linux -S -save-temps=cwd -disable-free
-mrelocation-model static -mthread-model posix -mframe-pointer=none
-fmath-errno -masm-verbose -mconstructor-aliases -fuse-init-array -target-cpu
z10 -dwarf-column-info -debugger-tuning=gdb -v -O3 -w -ferror-limit 19
-fmessage-length 0 -fno-signed-char -fobjc-runtime=gcc
-fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp
-faddrsig -o tc_opthang.s -x ir tc_opthang.bc
--
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/20191005/84b2fda7/attachment.html>
More information about the llvm-bugs
mailing list