[PATCH] D31243: [AArch64] [Assembler] option to disable negative immediate conversions

Sanne Wouda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 08:23:23 PDT 2017


sanwou01 created this revision.
Herald added a subscriber: aemerson.

Similar to the ARM target in https://reviews.llvm.org/rL298380, this
patch adds identical infrastructure for disabling negative immediate
conversions, and converts the existing aliases to the new infrastucture.


https://reviews.llvm.org/D31243

Files:
  lib/Target/AArch64/AArch64.td
  lib/Target/AArch64/AArch64InstrFormats.td
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/AArch64/AArch64Subtarget.h
  test/MC/AArch64/alias-addsubimm.s
  test/MC/AArch64/alias-logicalimm.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31243.92642.patch
Type: text/x-patch
Size: 10857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170322/81c44250/attachment.bin>


More information about the llvm-commits mailing list