llvm-project/llvm/test/CodeGen/ARM/GlobalISel
Diana Picus 87a7067983 [ARM] GlobalISel: Support G_BRCOND
Insert a TSTri to set the flags and a Bcc to branch based on their
values. This is a bit inefficient in the (common) cases where the
condition for the branch comes from a compare right before the branch,
since we set the flags both as part of the compare lowering and as part
of the branch lowering. We're going to live with that until we settle on
a principled way to handle this kind of situation, which occurs with
other patterns as well (combines might be the way forward here).

llvm-svn: 308009
2017-07-14 09:46:06 +00:00
..
arm-instruction-select-cmp.mir [ARM] GlobalISel: Select s64 G_FCMP 2017-07-12 09:01:54 +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_BRCOND 2017-07-14 09:46:06 +00:00
arm-irtranslator.ll GlobalISel: add G_IMPLICIT_DEF instruction. 2017-06-30 20:27:36 +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] GlobalISel: Select hard G_FCMP for s32 2017-07-07 08:39:04 +00:00
arm-isel.ll [ARM] GlobalISel: Support G_BRCOND 2017-07-14 09:46:06 +00:00
arm-legalize-divmod.mir [ARM] GlobalISel: Tighten legalizer tests. NFC 2017-07-11 10:52:08 +00:00
arm-legalize-fp.mir [ARM] GlobalISel: Tighten legalizer tests. NFC 2017-07-11 10:52:08 +00:00
arm-legalizer.mir [ARM] GlobalISel: Support G_BRCOND 2017-07-14 09:46:06 +00:00
arm-regbankselect.mir [ARM] GlobalISel: Support G_BRCOND 2017-07-14 09:46:06 +00:00
arm-unsupported.ll [ARM] GlobalISel: Lower only homogeneous struct args 2017-06-15 09:42:02 +00:00
lit.local.cfg