summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature
diff options
context:
space:
mode:
authorSebastian Pop <sebpop@gmail.com>2016-08-04 02:05:08 +0000
committerSebastian Pop <sebpop@gmail.com>2016-08-04 02:05:08 +0000
commitb33bfa198c8e655488c7f7a4f50f98f56ed6ce5a (patch)
tree18bd81e41d601461c20aed3fd999d7a9c2aebf7a /llvm/test/Feature
parentc163318b212d839bfb40aaa6e11c1e07141350fc (diff)
downloadbcm5719-llvm-b33bfa198c8e655488c7f7a4f50f98f56ed6ce5a.tar.gz
bcm5719-llvm-b33bfa198c8e655488c7f7a4f50f98f56ed6ce5a.zip
Make GVN Hoisting obey optnone/bisect.
Differential Revision: https://reviews.llvm.org/D23136 llvm-svn: 277688
Diffstat (limited to 'llvm/test/Feature')
-rw-r--r--llvm/test/Feature/optnone-opt.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Feature/optnone-opt.ll b/llvm/test/Feature/optnone-opt.ll
index f53877d4aea..a00013ec179 100644
--- a/llvm/test/Feature/optnone-opt.ll
+++ b/llvm/test/Feature/optnone-opt.ll
@@ -41,6 +41,7 @@ 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'
OpenPOWER on IntegriCloud