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

            Bug ID: 20072
           Summary: don't know how to split avx.storeu.ps.256 operand
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

$ clang -c

SplitVectorOperand Op #3: 0x72b6208: ch = llvm.x86.avx.storeu.ps.256 0x729ecd0,
0x72b5ad0, 0x72b5bd8, 0x72b6100 [ORD=2] [ID=0]

fatal error: error in backend: Do not know how to split this operator's
operand!


Testcase:

__attribute__((__vector_size__(32))) int a;
void test() { __builtin_ia32_storeups256(0, a); }

-- 
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