[PATCH] D20154: [ARM] PR25722 Fixup tests to take into account mov translation

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 02:54:16 PDT 2016


peter.smith created this revision.
peter.smith added reviewers: rengolin, olista01, t.p.northover.
peter.smith added a subscriber: llvm-commits.
Herald added subscribers: joker.eph, rengolin, aemerson.

Alter instances in the test-suite that use immediates that can be represented in the immediate field of a MOV. The reason for doing this is that when the LDR rt,=imm transformation to MOV rt, imm the existing tests do not need to be modified.

http://reviews.llvm.org/D20154

Files:
  test/CodeGen/ARM/inlineasm-ldr-pseudo.ll
  test/MC/ARM/ldr-pseudo-darwin.s
  test/MC/ARM/ldr-pseudo-obj-errors.s
  test/MC/ARM/ldr-pseudo.s
  test/MC/ARM/ltorg-darwin.s
  test/MC/ARM/ltorg.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20154.56868.patch
Type: text/x-patch
Size: 10621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160511/0b2d5204/attachment.bin>


More information about the llvm-commits mailing list