]> granicus.if.org Git - clang/commit
[X86, inlineasm] Do not allow using constraint 'x' for a variable larger than
authorAkira Hatanaka <ahatanaka@apple.com>
Thu, 18 Sep 2014 21:58:54 +0000 (21:58 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Thu, 18 Sep 2014 21:58:54 +0000 (21:58 +0000)
commit7877b51ba41955a65b49157d7ee9d7e1c47f7eb9
tree84c624b940828d73ab580bc3f89d1f5bdc542e49
parentdba2234b1bee67fc49810c73dcca138d9b327dc3
[X86, inlineasm] Do not allow using constraint 'x' for a variable larger than
128-bit unless the target CPU supports AVX.

rdar://problem/11846140

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