[PATCH] Add aliases for VAND imm to VBIC ~imm

Renato Golin renato.golin at linaro.org
Tue Sep 9 05:13:14 PDT 2014


Hi t.p.northover, jmolloy,

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.

Fixes PR20702.

http://reviews.llvm.org/D5263

Files:
  lib/Target/ARM/ARMInstrNEON.td
  lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  test/MC/ARM/neon-bitwise-encoding.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5263.13453.patch
Type: text/x-patch
Size: 6016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140909/4d55c5d9/attachment.bin>


More information about the llvm-commits mailing list