summaryrefslogtreecommitdiff
path: root/test/Feature
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2016-05-27 22:56:49 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2016-05-27 22:56:49 +0000
commitc465f6c0403034c3715e329ee168d6e24a987952 (patch)
treead5b522bd9b39acb414bc8980ee5cb1053e5d39e /test/Feature
parent5683aa8247f61ba6dc07bcd622a74224091980e4 (diff)
Update the stack coloring pass to remove lifetime intrinsics in the optnone/opt-bisect skip case.
Differential Revision: http://reviews.llvm.org/D20453 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/optnone-llc.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Feature/optnone-llc.ll b/test/Feature/optnone-llc.ll
index 8abcd09eea5..a03757359c8 100644
--- a/test/Feature/optnone-llc.ll
+++ b/test/Feature/optnone-llc.ll
@@ -46,7 +46,6 @@ attributes #0 = { optnone noinline }
; LLC-Ox-DAG: Skipping pass 'Machine Copy Propagation Pass'
; LLC-Ox-DAG: Skipping pass 'Machine Instruction Scheduler'
; LLC-Ox-DAG: Skipping pass 'Machine Loop Invariant Code Motion'
-; LLC-Ox-DAG: Skipping pass 'Merge disjoint stack slots'
; LLC-Ox-DAG: Skipping pass 'Optimize machine instruction PHIs'
; LLC-Ox-DAG: Skipping pass 'Peephole Optimizations'
; LLC-Ox-DAG: Skipping pass 'Post{{.*}}RA{{.*}}{{[Ss]}}cheduler'