[llvm-bugs] [Bug 45989] New: [SLP vectorizer] Compilation hang

via llvm-bugs llvm-bugs at lists.llvm.org
Tue May 19 00:20:56 PDT 2020


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

            Bug ID: 45989
           Summary: [SLP vectorizer]  Compilation hang
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: paulsson at linux.vnet.ibm.com
                CC: llvm-bugs at lists.llvm.org

Created attachment 23507
  --> https://bugs.llvm.org/attachment.cgi?id=23507&action=edit
testcase

time /home/ijonpan/llvm-project/build/bin/clang -O3 -march=z13 crash15.i -o
./a.out -w
user    0m8.712s

time /home/ijonpan/llvm-project/build/bin/clang -O3 -march=z13 crash15.i -o
./a.out -w -mllvm -slp-min-tree-size=1
(does not terminate over night)

-- 
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/20200519/0b9efbea/attachment.html>


More information about the llvm-bugs mailing list