[PATCH] D34460: [ARM] Clean up choice of narrow instructions in ARMAsmParser, NFC

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 09:27:44 PDT 2017


john.brawn created this revision.
Herald added subscribers: kristof.beyls, javed.absar, aemerson.

This patch makes a couple of changes to how we decide whether to use the narrow or wide encoding of thumb2 instructions:

- Common out the detection of the .w qualifier
- Check for the CPSR operand in a consistent way


Repository:
  rL LLVM

https://reviews.llvm.org/D34460

Files:
  lib/Target/ARM/AsmParser/ARMAsmParser.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34460.103404.patch
Type: text/x-patch
Size: 6697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170621/a168e2a2/attachment.bin>


More information about the llvm-commits mailing list