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

           Summary: [AVX] movmsk on undef value hits assert in X86 isel:
                    (TLI.isTypeLegal(Op.getValueType()) && "Intrinsic uses
                    a non-legal type?"), function visitTargetIntrinsic,
                    file SelectionDAGBuilder.cpp, line 3482.
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


If I run llc on the attached.  (On a Mac with a Sandybridge CPU):

% llc bugpoint-reduced-simplified.ll -o - 

The following assertion hits

Assertion failed: (TLI.isTypeLegal(Op.getValueType()) && "Intrinsic uses a
non-legal type?"), function visitTargetIntrinsic, file SelectionDAGBuilder.cpp,
line 3482.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to