diff options
Diffstat (limited to 'llvm/test/Transforms/SpeculativeExecution/spec.ll')
| -rw-r--r-- | llvm/test/Transforms/SpeculativeExecution/spec.ll | 3 |
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" |

