summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other/opt-O2-pipeline.ll
diff options
context:
space:
mode:
authorAlexandros Lamprineas <alexandros.lamprineas@arm.com>2018-08-29 11:58:34 +0000
committerAlexandros Lamprineas <alexandros.lamprineas@arm.com>2018-08-29 11:58:34 +0000
commitc03b9b8854399aa5234fdee1eb3838ce4adccbaf (patch)
treeea0fd651193d3e7e1ca44d57647014d3a2dbec6e /llvm/test/Other/opt-O2-pipeline.ll
parent1dafaa87d9c3b25f53bd18cab18725dd1d76023e (diff)
downloadbcm5719-llvm-c03b9b8854399aa5234fdee1eb3838ce4adccbaf.tar.gz
bcm5719-llvm-c03b9b8854399aa5234fdee1eb3838ce4adccbaf.zip
[GVNHoist] Re-enable GVNHoist by default
Rebase rL338240 since the excessive memory usage observed when using GVNHoist with UBSan has been fixed by rL340818. Differential Revision: https://reviews.llvm.org/D49858 llvm-svn: 340922
Diffstat (limited to 'llvm/test/Other/opt-O2-pipeline.ll')
-rw-r--r--llvm/test/Other/opt-O2-pipeline.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/Other/opt-O2-pipeline.ll b/llvm/test/Other/opt-O2-pipeline.ll
index a7f64631b6e..9042476e81d 100644
--- a/llvm/test/Other/opt-O2-pipeline.ll
+++ b/llvm/test/Other/opt-O2-pipeline.ll
@@ -59,6 +59,12 @@
; CHECK-NEXT: Function Alias Analysis Results
; CHECK-NEXT: Memory SSA
; CHECK-NEXT: Early CSE w/ MemorySSA
+; CHECK-NEXT: Post-Dominator Tree Construction
+; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
+; CHECK-NEXT: Function Alias Analysis Results
+; CHECK-NEXT: Phi Values Analysis
+; CHECK-NEXT: Memory Dependence Analysis
+; CHECK-NEXT: Early GVN Hoisting of Expressions
; CHECK-NEXT: Speculatively execute instructions if target has divergent branches
; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
; CHECK-NEXT: Function Alias Analysis Results
OpenPOWER on IntegriCloud