summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorMichael Kuperstein <mkuper@google.com>2016-08-01 21:48:33 +0000
committerMichael Kuperstein <mkuper@google.com>2016-08-01 21:48:33 +0000
commitc40618610f4ce701af2afb8ea0cb722f3107bf68 (patch)
tree5f5a197f271f2213555b9ec44eec55ef2bfd6df8 /llvm/test
parentf41f67d3d91ca7aea611fd6eb4dc11d32ff677d5 (diff)
downloadbcm5719-llvm-c40618610f4ce701af2afb8ea0cb722f3107bf68.tar.gz
bcm5719-llvm-c40618610f4ce701af2afb8ea0cb722f3107bf68.zip
[PM] Port SpeculativeExecution to the new PM
Differential Revision: https://reviews.llvm.org/D23033 llvm-svn: 277393
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/SpeculativeExecution/spec.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SpeculativeExecution/spec.ll b/llvm/test/Transforms/SpeculativeExecution/spec.ll
index b0953c85dd4..0aa718f031a 100644
--- a/llvm/test/Transforms/SpeculativeExecution/spec.ll
+++ b/llvm/test/Transforms/SpeculativeExecution/spec.ll
@@ -1,6 +1,9 @@
; RUN: opt < %s -S -speculative-execution \
; RUN: -spec-exec-max-speculation-cost 4 -spec-exec-max-not-hoisted 3 \
; RUN: | FileCheck %s
+; RUN: opt < %s -S -passes='speculative-execution' \
+; RUN: -spec-exec-max-speculation-cost 4 -spec-exec-max-not-hoisted 3 \
+; RUN: | FileCheck %s
target datalayout = "e-i64:64-v16:16-v32:32-n16:32:64"
OpenPOWER on IntegriCloud