From 625038d5d5f406385f44983ac2a442b20ad7b241 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 27 Dec 2016 07:18:43 +0000 Subject: [PM] Turn on the new PM's inliner in addition to the current one for most of the inliner test cases. The inliner involves a bunch of interesting code and tends to be where most of the issues I've seen experimenting with the new PM lie. All of these test cases pass, but I'd like to keep some more thorough coverage here so doing a fairly blanket enabling. There are a handful of interesting tests I've not enabled yet because they're focused on the always inliner, or on functionality that doesn't (yet) exist in the inliner. llvm-svn: 290592 --- llvm/test/Transforms/Inline/inline-constexpr-addrspacecast-argument.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/Transforms/Inline/inline-constexpr-addrspacecast-argument.ll') diff --git a/llvm/test/Transforms/Inline/inline-constexpr-addrspacecast-argument.ll b/llvm/test/Transforms/Inline/inline-constexpr-addrspacecast-argument.ll index 498a995ecd4..1f2b143c97e 100644 --- a/llvm/test/Transforms/Inline/inline-constexpr-addrspacecast-argument.ll +++ b/llvm/test/Transforms/Inline/inline-constexpr-addrspacecast-argument.ll @@ -1,4 +1,5 @@ ; RUN: opt -S -inline < %s | FileCheck %s +; RUN: opt -S -passes='cgscc(inline)' < %s | FileCheck %s target datalayout = "e-p3:32:32-p4:64:64-n32" -- cgit v1.2.3