[ARM] Add additional targets to divide tests.
authorKeith Walker <keith.walker@arm.com>
Thu, 13 Oct 2022 12:56:02 +0000 (13:56 +0100)
committerKeith Walker <keith.walker@arm.com>
Mon, 17 Oct 2022 15:51:17 +0000 (16:51 +0100)
commit6102364b0d0e16d63cc38c74a2a315a75253b4e8
tree06fe4dc390ddb7c84c18eb6ef53c38f89978ca4f
parente8ee0f121dbc2dc20a9de326531c4d4d061a20d8
[ARM] Add additional targets to divide tests.

The main motivation for these additional targets is to cover the
differences in the instructions available between Thumb2 and Thumb1.

Ths shows up in these test due to the lack of the following in
Thumb1:
- Mulitply and Subtract instruction (mls) - used when calculating
  a remainder.
- Unsigned Muliple Long instruction (umull) - used in certain
  cases when optimising division with a constant.

Differential Revision: https://reviews.llvm.org/D135875
llvm/test/CodeGen/ARM/div.ll