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

            Bug ID: 22013
           Summary: Missing inline asm constraint "Yz"
           Product: clang
           Version: 3.5
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

Inline asm constraint "Yz" is not implemented.
There's a workaround:
register __m256i a1 asm("ymm0") = a;

It adds incompatibility with GC and IC.

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