[LLVMbugs] [Bug 11749] New: [AVX2] Assertion hits with i64-based shufflevector in X86ISelLowering.cpp

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 12 09:24:27 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=11749

             Bug #: 11749
           Summary: [AVX2] Assertion hits with i64-based shufflevector in
                    X86ISelLowering.cpp
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: matt at pharr.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 7864
  --> http://llvm.org/bugs/attachment.cgi?id=7864
test case

When the attached test case is compiled with llc -mattr=+avx2, the following
assertion hits:

Assertion failed: ((VT.is128BitVector() || VT.is256BitVector()) && "Unsupported
vector type for horizontal add/sub"), function isHorizontalBinOp, file
X86ISelLowering.cpp, line 14255.

(This assertion doesn't hit with -mattr=+avx).

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list