summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll
diff options
context:
space:
mode:
authorAditya Nandakumar <aditya_nandakumar@apple.com>2019-01-16 00:40:37 +0000
committerAditya Nandakumar <aditya_nandakumar@apple.com>2019-01-16 00:40:37 +0000
commit500e3ead9fa5cf27e8dcadae509ffbe93ee0d3bb (patch)
treecb33a52687ccae37e6014e6eff2c4e9d2837e40d /llvm/test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll
parente3226737ce014d6a8e5b5106f20303dd51048c6e (diff)
downloadbcm5719-llvm-500e3ead9fa5cf27e8dcadae509ffbe93ee0d3bb.tar.gz
bcm5719-llvm-500e3ead9fa5cf27e8dcadae509ffbe93ee0d3bb.zip
[GISel]: Add support for CSEing continuously during GISel passes.
https://reviews.llvm.org/D52803 This patch adds support to continuously CSE instructions during each of the GISel passes. It consists of a GISelCSEInfo analysis pass that can be used by the CSEMIRBuilder. llvm-svn: 351283
Diffstat (limited to 'llvm/test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll b/llvm/test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll
index 87425b8b6cb..a044b3492f4 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll
@@ -45,6 +45,7 @@
; VERIFY-NEXT: Verify generated machine code
; ENABLED-NEXT: PreLegalizerCombiner
; VERIFY-NEXT: Verify generated machine code
+; ENABLED-NEXT: Analysis containing CSE Info
; ENABLED-NEXT: Legalizer
; VERIFY-NEXT: Verify generated machine code
; ENABLED-NEXT: RegBankSelect
OpenPOWER on IntegriCloud