summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline/alloca-dbgdeclare.ll
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2016-12-27 07:18:43 +0000
committerChandler Carruth <chandlerc@gmail.com>2016-12-27 07:18:43 +0000
commit625038d5d5f406385f44983ac2a442b20ad7b241 (patch)
treef953307821e27201b9d8b95af72f65790652d494 /llvm/test/Transforms/Inline/alloca-dbgdeclare.ll
parente77e901130af2f5fd451f084c0e6c1349f12ee03 (diff)
downloadbcm5719-llvm-625038d5d5f406385f44983ac2a442b20ad7b241.tar.gz
bcm5719-llvm-625038d5d5f406385f44983ac2a442b20ad7b241.zip
[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
Diffstat (limited to 'llvm/test/Transforms/Inline/alloca-dbgdeclare.ll')
-rw-r--r--llvm/test/Transforms/Inline/alloca-dbgdeclare.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/Inline/alloca-dbgdeclare.ll b/llvm/test/Transforms/Inline/alloca-dbgdeclare.ll
index 881aceffb28..9f41b0d9be5 100644
--- a/llvm/test/Transforms/Inline/alloca-dbgdeclare.ll
+++ b/llvm/test/Transforms/Inline/alloca-dbgdeclare.ll
@@ -1,4 +1,5 @@
; RUN: opt -inline -S < %s | FileCheck %s
+; RUN: opt -passes='cgscc(inline)' -S < %s | FileCheck %s
; struct A {
; int arg0;
; double arg1[2];
OpenPOWER on IntegriCloud