OSDN Git Service

The Neon "vtst" instruction takes a suffix that is the element size alone --
authorBob Wilson <bob.wilson@apple.com>
Sun, 17 Jan 2010 06:35:17 +0000 (06:35 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sun, 17 Jan 2010 06:35:17 +0000 (06:35 +0000)
commit3a4a832223e5649d97587e1be1e2d83f94a4baaa
treee3ba01d5bc2dd1410627e32a30e79b28a87aab79
parent507d32aad2152a9b889df085feca2f653925456c
The Neon "vtst" instruction takes a suffix that is the element size alone --
adding an "i" to the suffix, indicating that the elements are integers, is
accepted but not part of the standard syntax.  This helps us pass a few more
of the Neon tests from gcc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93677 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrNEON.td
test/CodeGen/ARM/vbits.ll