[LLVMbugs] [Bug 22013] New: Missing inline asm constraint "Yz"

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Dec 23 04:09:55 PST 2014


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: unassignedclangbugs at nondot.org
          Reporter: vvsed at hotmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141223/6d2e6522/attachment.html>


More information about the llvm-bugs mailing list