1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test/CodeGen/ARM/GlobalISel
Diana Picus 0ccc7d292d [ARM] GlobalISel: Support G_SELECT for i32
* Mark as legal for (s32, i1, s32, s32)
* Map everything into GPRs
* Select to two instructions: a CMP of the condition against 0, to set
  the flags, and a MOVCCr to select between the two inputs based on the
  flags that we've just set

llvm-svn: 306382
2017-06-27 09:19:51 +00:00
..
arm-instruction-select-cmp.mir [ARM] GlobalISel: Support G_ICMP for i32 and pointers 2017-06-19 09:40:51 +00:00
arm-instruction-select-combos.mir [ARM] GlobalISel: Add more tests. NFC 2017-06-08 09:47:30 +00:00
arm-instruction-select.mir [ARM] GlobalISel: Support G_SELECT for i32 2017-06-27 09:19:51 +00:00
arm-irtranslator.ll GlobalISel: convert buildSequence to use non-deprecated instructions. 2017-06-23 16:15:37 +00:00
arm-isel-divmod.ll [ARM] GlobalISel: Add support for i32 modulo 2017-06-15 10:53:31 +00:00
arm-isel-fp.ll
arm-isel.ll [ARM] GlobalISel: Support G_SELECT for i32 2017-06-27 09:19:51 +00:00
arm-legalize-divmod.mir [ARM] GlobalISel: Add support for i32 modulo 2017-06-15 10:53:31 +00:00
arm-legalize-fp.mir [ARM] GlobalISel: Purge G_SEQUENCE 2017-06-07 12:35:05 +00:00
arm-legalizer.mir [ARM] GlobalISel: Support G_SELECT for i32 2017-06-27 09:19:51 +00:00
arm-regbankselect.mir [ARM] GlobalISel: Support G_SELECT for i32 2017-06-27 09:19:51 +00:00
arm-unsupported.ll [ARM] GlobalISel: Lower only homogeneous struct args 2017-06-15 09:42:02 +00:00
lit.local.cfg