summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline/inline-invoke-with-asm-call.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/inline-invoke-with-asm-call.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/inline-invoke-with-asm-call.ll')
-rw-r--r--llvm/test/Transforms/Inline/inline-invoke-with-asm-call.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/Inline/inline-invoke-with-asm-call.ll b/llvm/test/Transforms/Inline/inline-invoke-with-asm-call.ll
index 93bb0358055..3b4ba19b774 100644
--- a/llvm/test/Transforms/Inline/inline-invoke-with-asm-call.ll
+++ b/llvm/test/Transforms/Inline/inline-invoke-with-asm-call.ll
@@ -1,4 +1,5 @@
; RUN: opt < %s -inline -S | FileCheck %s
+; RUN: opt < %s -passes='cgscc(inline)' -S | FileCheck %s
target triple = "x86_64-apple-darwin"
; In inliner, we assume that inline asm does not throw. This testing case makes
OpenPOWER on IntegriCloud