From c40618610f4ce701af2afb8ea0cb722f3107bf68 Mon Sep 17 00:00:00 2001 From: Michael Kuperstein Date: Mon, 1 Aug 2016 21:48:33 +0000 Subject: [PM] Port SpeculativeExecution to the new PM Differential Revision: https://reviews.llvm.org/D23033 llvm-svn: 277393 --- llvm/test/Transforms/SpeculativeExecution/spec.ll | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/test') 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" -- cgit v1.2.3