[llvm] r217725 - [AArch64] Update test case to pass with post-RA MI scheduler.
Chad Rosier
mcrosier at codeaurora.org
Fri Sep 12 20:23:23 PDT 2014
Author: mcrosier
Date: Fri Sep 12 22:23:23 2014
New Revision: 217725
URL: http://llvm.org/viewvc/llvm-project?rev=217725&view=rev
Log:
[AArch64] Update test case to pass with post-RA MI scheduler.
Check that the post RA scheduler is being skipped, regardless of
whether it's the top-down list latency scheduler or the post-RA
MI scheduler.
Modified:
llvm/trunk/test/Feature/optnone-llc.ll
Modified: llvm/trunk/test/Feature/optnone-llc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/optnone-llc.ll?rev=217725&r1=217724&r2=217725&view=diff
==============================================================================
--- llvm/trunk/test/Feature/optnone-llc.ll (original)
+++ llvm/trunk/test/Feature/optnone-llc.ll Fri Sep 12 22:23:23 2014
@@ -46,7 +46,7 @@ attributes #0 = { optnone noinline }
; 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 top-down list latency scheduler'
+; LLC-Ox-DAG: Skipping pass 'Post{{.*}}RA{{.*}}{{[Ss]}}cheduler'
; LLC-Ox-DAG: Skipping pass 'Remove dead machine instructions'
; LLC-Ox-DAG: Skipping pass 'Tail Duplication'
More information about the llvm-commits
mailing list