[llvm-bugs] [Bug 47534] New: Big shuffle crashes X86 backend

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 15 06:42:44 PDT 2020


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

            Bug ID: 47534
           Summary: Big shuffle crashes X86 backend
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: unassignedbugs at nondot.org
          Reporter: benny.kra at gmail.com
                CC: craig.topper at gmail.com, llvm-bugs at lists.llvm.org,
                    llvm-dev at redking.me.uk, spatel+llvm at rotateright.com

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

$ llc < bugpoint-reduced-simplified.ll -mcpu=skylake-avx512
llc: llvm/lib/Target/X86/X86ISelLowering.cpp:10987: unsigned int
getV4X86ShuffleImm(ArrayRef<int>): Assertion `Mask[1] >= -1 && Mask[1] < 4 &&
"Out of bound mask element!"' failed.

-- 
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/20200915/8a4adcc4/attachment-0001.html>


More information about the llvm-bugs mailing list