From ce65c060e7df3291b4010cca024b042b6fa3a0ca Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Sat, 13 Sep 2014 03:23:23 +0000 Subject: [PATCH] [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. llvm-svn: 217725 --- llvm/test/Feature/optnone-llc.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Feature/optnone-llc.ll b/llvm/test/Feature/optnone-llc.ll index 6cb27d0b7d5c..f19fa88f9b26 100644 --- a/llvm/test/Feature/optnone-llc.ll +++ b/llvm/test/Feature/optnone-llc.ll @@ -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'