- Support inline asm 'w' constraint for 128-bit vector types.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 8 Dec 2009 23:06:22 +0000 (23:06 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 8 Dec 2009 23:06:22 +0000 (23:06 +0000)
commitd831cda3e74235704f163d5a18352584d537517a
treed38339f9115944302e1adbacfbbc086946520ef0
parent32c9800a161952b95e3cb7257760d9c24e9d5cbe
- Support inline asm 'w' constraint for 128-bit vector types.
- Also support the 'q' NEON registers asm code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90894 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
test/CodeGen/ARM/inlineasm3.ll [new file with mode: 0644]