aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineSink.cpp
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-09-25 11:31:24 +0000
committerRenato Golin <renato.golin@linaro.org>2014-09-25 11:31:24 +0000
commitf5dd1dacb6dfa28a334dc9bdb7d820623af0dfb3 (patch)
tree4dfff712f2290df923caf249722180577d5208e0 /llvm/lib/CodeGen/MachineSink.cpp
parent0a6e961efd7fe909fc136fdcd0602760cab09d58 (diff)
downloadllvm-f5dd1dacb6dfa28a334dc9bdb7d820623af0dfb3.zip
llvm-f5dd1dacb6dfa28a334dc9bdb7d820623af0dfb3.tar.gz
llvm-f5dd1dacb6dfa28a334dc9bdb7d820623af0dfb3.tar.bz2
Add aliases for VAND imm to VBIC ~imm
On ARM NEON, VAND with immediate (16/32 bits) is an alias to VBIC ~imm with the same type size. Adding that logic to the parser, and generating VBIC instructions from VAND asm files. This patch also fixes the validation routines for NEON splat immediates which were wrong. Fixes PR20702. llvm-svn: 218450
Diffstat (limited to 'llvm/lib/CodeGen/MachineSink.cpp')
0 files changed, 0 insertions, 0 deletions