]> granicus.if.org Git - clang/commit
[X86, inline-asm] Allow 256-bit wide operands for the 'x' constraints
authorHans Wennborg <hans@hanshq.net>
Thu, 18 Sep 2014 20:24:04 +0000 (20:24 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 18 Sep 2014 20:24:04 +0000 (20:24 +0000)
commitdba2234b1bee67fc49810c73dcca138d9b327dc3
treefc358ac9010e2998130ef72be83a0ed32e1e5087
parentcd588f07da317513cb1ff617340f17b6544a936d
[X86, inline-asm] Allow 256-bit wide operands for the 'x' constraints

The 'x' constraint is for "any SSE register", and GCC seems to include the
256-bit ymm registers in that concept.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218073 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/CodeGen/x86_32-inline-asm.c