Add missing load/store flags to thumb2 instructions.
authorPete Cooper <peter_cooper@apple.com>
Wed, 15 Jul 2015 16:36:38 +0000 (16:36 +0000)
committerPete Cooper <peter_cooper@apple.com>
Wed, 15 Jul 2015 16:36:38 +0000 (16:36 +0000)
commit745b733071817b577f416be0e55e422f69dd9011
tree99d82dee4a2cc4ca4d4227d5625fc04037dbfd2c
parentaa2200c5fa13b6e8712ee694cabbdfe9800d9067
Add missing load/store flags to thumb2 instructions.

These were the cause of a verifier error when building 7zip with
-verify-machineinstrs.  Running 'make check' with the verifier
triggered the same error on the test here so i've updated the test
to run the verifier on one of its runs instead of adding a new one.

While looking at this code, there was a stale comment that these
instructions were only used for disassembly.  This probably used to
be the case, but they are now used in the 'ARM load / store optimization pass' too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242300 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrThumb2.td
test/CodeGen/ARM/ldrd.ll