llvm-project/llvm/test/CodeGen/ARM/GlobalISel
Volkan Keles 0ae6006bee [GlobalISel] CSEMIRBuilder: Add support for G_GEP
Summary:
This patch adds G_GEP to `shouldCSEOpc` so that it can be CSEd. It also refactors
`translateGetElementPtr` by replacing `createGenericVirtualRegister` calls with types.

Reviewers: aditya_nandakumar, arsenm, dsanders, paquette, aemerson

Reviewed By: aditya_nandakumar

Subscribers: wdng, rovka, javed.absar, hiraditya, Petar.Avramovic, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66316

llvm-svn: 369070
2019-08-15 23:45:45 +00:00
..
arm-call-lowering.ll
arm-instruction-select-cmp.mir
arm-instruction-select-combos.mir
arm-instruction-select.mir [ARM GlobalISel] Select extensions to < 32 bits 2019-05-02 09:28:00 +00:00
arm-irtranslator.ll [GlobalISel] CSEMIRBuilder: Add support for G_GEP 2019-08-15 23:45:45 +00:00
arm-isel-divmod.ll
arm-isel-fp.ll
arm-isel-globals-pic.ll
arm-isel-globals-ropi-rwpi.ll
arm-isel-globals-static.ll
arm-isel.ll [ARM GlobalISel] Fix selection of G_SELECT 2019-03-28 09:09:27 +00:00
arm-legalize-binops-neon.mir [ARM GlobalISel] Tests for s64 G_ADD and G_SUB. 2019-06-20 22:00:07 +00:00
arm-legalize-binops.mir [ARM GlobalISel] Widen small shift operands 2019-04-30 09:24:43 +00:00
arm-legalize-bitcounts.mir [GlobalISel] Enable CSE in the IRTranslator & legalizer for -O0 with constants only. 2019-04-15 05:04:20 +00:00
arm-legalize-casts.mir [ARM GlobalISel] Widen G_INTTOPTR/G_PTRTOINT 2019-05-07 10:48:01 +00:00
arm-legalize-cmp.mir [ARM GlobalISel] Support G_ICMP for Thumb2 2019-02-07 11:05:33 +00:00
arm-legalize-consts.mir GlobalISel: Enforce operand types for constants 2019-02-04 23:29:31 +00:00
arm-legalize-control-flow.mir [ARM GlobalISel] Support G_PHI for Thumb2 2019-02-19 10:26:47 +00:00
arm-legalize-divmod.mir [globalisel] Add G_SEXT_INREG 2019-08-09 21:11:20 +00:00
arm-legalize-exts.mir [globalisel] Add G_SEXT_INREG 2019-08-09 21:11:20 +00:00
arm-legalize-fp.mir [GlobalISel] Enable CSE in the IRTranslator & legalizer for -O0 with constants only. 2019-04-15 05:04:20 +00:00
arm-legalize-globals.mir [ARM GlobalISel] Support global variables for Thumb2 2019-02-28 10:42:47 +00:00
arm-legalize-load-store.mir [GlobalISel] CSEMIRBuilder: Add support for G_GEP 2019-08-15 23:45:45 +00:00
arm-legalize-select.mir [ARM GlobalISel] Widen G_SELECT operands 2019-05-07 11:39:30 +00:00
arm-legalize-vfp4.mir GlobalISel: Fix creating MMOs with align 0 2019-01-31 01:38:47 +00:00
arm-legalizer.mir [ARM GlobalISel] 64-bit memops should be aligned 2019-03-25 08:54:29 +00:00
arm-param-lowering.ll [GlobalISel] Accept multiple vregs for lowerCall's args 2019-06-27 09:18:03 +00:00
arm-regbankselect.mir [ARM GlobalISel] Map DBG_VALUE for types != s32 2019-05-09 09:49:36 +00:00
arm-select-copy_to_regclass-of-fptosi.mir
arm-select-globals-pic.mir [ARM GlobalISel] Check target flags in test. NFCI 2019-03-01 10:01:22 +00:00
arm-select-globals-ropi-rwpi.mir [ARM GlobalISel] Check target flags in test. NFCI 2019-03-01 10:01:22 +00:00
arm-select-globals-static.mir
arm-unsupported.ll [ARM GlobalISel] Be more careful about bailing out 2019-04-30 09:05:25 +00:00
irtranslator-varargs-lowering.ll
lit.local.cfg
pr35375.ll Rename ExpandISelPseudo->FinalizeISel, delay register reservation 2019-06-19 00:25:39 +00:00
select-clz.mir [ARM GlobalISel] Support G_CTLZ for Thumb2 2019-03-01 10:12:28 +00:00
select-dbg.mir [ARM GlobalISel] Support DBG_VALUE 2019-04-04 10:24:51 +00:00
select-fp-const.mir [ARM GlobalISel] Select G_FCONSTANT for VFP3 2019-04-10 09:14:32 +00:00
select-fp.mir [ARM GlobalISel] Support floating point for Thumb2 2019-02-22 09:54:54 +00:00
select-neon.mir [ARM GlobalISel] Tests for s64 G_ADD and G_SUB. 2019-06-20 22:00:07 +00:00
select-pkhbt.mir
select-pr35926.mir
select-revsh.mir GlobalISel: Enforce operand types for constants 2019-02-04 23:29:31 +00:00
thumb-instruction-select-cmp.mir [ARM GlobalISel] Support G_ICMP for Thumb2 2019-02-07 11:05:33 +00:00
thumb-isel-globals-pic.ll [ARM GlobalISel] Support global variables for Thumb2 2019-02-28 10:42:47 +00:00
thumb-isel-globals-ropi-rwpi.ll [ARM GlobalISel] Support global variables for Thumb2 2019-02-28 10:42:47 +00:00
thumb-isel-globals-static.ll [ARM GlobalISel] Support global variables for Thumb2 2019-02-28 10:42:47 +00:00
thumb-select-arithmetic-ops.mir [ARM GlobalISel] Support integer division for Thumb2 2019-01-28 10:37:30 +00:00
thumb-select-br.mir ARM: disallow SP as Rn for Thumb2 TST & TEQ instructions 2019-05-08 10:59:08 +00:00
thumb-select-casts.mir
thumb-select-exts.mir [ARM GlobalISel] Select extensions to < 32 bits 2019-05-02 09:28:00 +00:00
thumb-select-globals-pic.mir [ARM GlobalISel] Support global variables for Thumb2 2019-02-28 10:42:47 +00:00
thumb-select-globals-ropi-rwpi.mir [ARM GlobalISel] Support global variables for Thumb2 2019-02-28 10:42:47 +00:00
thumb-select-globals-static.mir [ARM GlobalISel] Support global variables for Thumb2 2019-02-28 10:42:47 +00:00
thumb-select-imm.mir
thumb-select-load-store.mir [ARM GlobalISel] Fix G_STORE with s1 2019-03-28 09:09:36 +00:00
thumb-select-logical-ops.mir
thumb-select-phi.mir [ARM GlobalISel] Support G_PHI for Thumb2 2019-02-19 10:26:47 +00:00
thumb-select-select.mir ARM: disallow SP as Rn for Thumb2 TST & TEQ instructions 2019-05-08 10:59:08 +00:00
thumb-select-shifts.mir