[ARM][test] Add more tests of two-part immediates
authorBen Shi <powerman1st@163.com>
Fri, 14 Aug 2020 15:11:01 +0000 (23:11 +0800)
committerBen Shi <powerman1st@163.com>
Fri, 14 Aug 2020 15:11:01 +0000 (23:11 +0800)
commit05047f0b36e23373f4840f43d3a3d8fa36d2594c
tree1dcd59b63045b2635e81232f208c57bc28365371
parentc1f9c1c13cff0468964c3f4059b6857aaf818841
[ARM][test] Add more tests of two-part immediates

The ARM backend breaks some specific immediates to two parts
in binary operations. And this patch adds more tests
for that.

Reviewed By: samparker

Differential Revision: https://reviews.llvm.org/D84100
llvm/test/CodeGen/ARM/add-sub-imm.ll [deleted file]
llvm/test/CodeGen/ARM/two-part-imm.ll [new file with mode: 0644]