ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form.
authorTilmann Scheller <tilmann.scheller@googlemail.com>
Fri, 19 Jul 2013 16:18:56 +0000 (16:18 +0000)
committerTilmann Scheller <tilmann.scheller@googlemail.com>
Fri, 19 Jul 2013 16:18:56 +0000 (16:18 +0000)
commitcae5d5ea658e05091e66b742b5834f1896ff2f5d
treee9138a251e5d49a88863d981004eecfa3e250769
parent93c2125c3979bcb4656daf3c2fb5748fb3973e1a
ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form.

See A8.8.127 in ARM DDI 0406C.b.

Related to <rdar://problem/14403733>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186682 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrThumb2.td
test/MC/ARM/basic-thumb2-instructions.s
test/MC/ARM/thumb2-pldw.s [new file with mode: 0644]