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.
You can use -check-prefixes=CHECK,CHECK-HWDIV,CHECK-HWDIV-T2 rather than repeatedly using -check-prefix=.