summaryrefslogtreecommitdiff
path: root/test/Feature
diff options
context:
space:
mode:
authorAlina Sbirlea <asbirlea@google.com>2016-07-22 22:02:19 +0000
committerAlina Sbirlea <asbirlea@google.com>2016-07-22 22:02:19 +0000
commit9909951848326e16c4c5776d000b6f09a6933167 (patch)
treeab626072749119c8525464b7308d44ccad50b633 /test/Feature
parente5b8fbc43af76b217fc35c81f2f3a07ae92aebc7 (diff)
Add flag to PassManagerBuilder to disable GVN Hoist Pass.
Summary: Adding a flag to diable GVN Hoisting by default. Note: The GVN Hoist Pass causes some Halide tests to hang. Halide will disable the pass while investigating. Reviewers: llvm-commits, chandlerc, spop, dberlin Subscribers: mehdi_amini Differential Revision: https://reviews.llvm.org/D22639 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/optnone-opt.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Feature/optnone-opt.ll b/test/Feature/optnone-opt.ll
index bf26a3c322e..a17f97785f0 100644
--- a/test/Feature/optnone-opt.ll
+++ b/test/Feature/optnone-opt.ll
@@ -41,7 +41,6 @@ attributes #0 = { optnone noinline }
; OPT-O1-DAG: Skipping pass 'Combine redundant instructions'
; OPT-O1-DAG: Skipping pass 'Dead Store Elimination'
; OPT-O1-DAG: Skipping pass 'Early CSE'
-; OPT-O1-DAG: Skipping pass 'Early GVN Hoisting of Expressions'
; OPT-O1-DAG: Skipping pass 'Jump Threading'
; OPT-O1-DAG: Skipping pass 'MemCpy Optimization'
; OPT-O1-DAG: Skipping pass 'Reassociate expressions'