]> granicus.if.org Git - clang/commit
Add support for AVX registers to clang inline asm. Add a small testcase
authorEric Christopher <echristo@apple.com>
Fri, 2 Dec 2011 02:12:16 +0000 (02:12 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 2 Dec 2011 02:12:16 +0000 (02:12 +0000)
commitc5f9a011a5c13361a3a56ed7fa3507b4b585063e
tree11c0a10884309b4dcb21841f9ac646836be646f0
parent93bfd799973ddb31eb645d2dac434e48b5e2ec69
Add support for AVX registers to clang inline asm. Add a small testcase
and update the Sema testcase with a register that we won't hit for a while
I hope.

Fixes rdar://10510405

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