Relax the FileCheck assertion a bit -- all we really care about is that
authorChandler Carruth <chandlerc@gmail.com>
Sun, 15 Jan 2012 09:38:59 +0000 (09:38 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 15 Jan 2012 09:38:59 +0000 (09:38 +0000)
we're loading from the global array, not how it is spelled in the asm.
This should fix the MSVC bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148214 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/shift-combine.ll

index 0a6ea28faff79de00a01dc9f732188c91af175f5..51f83036c23d05bfb8ffe0e4c8c2975ba369b131 100644 (file)
@@ -6,7 +6,7 @@ define i32 @test_lshr_and(i32 %x) {
 ; CHECK: test_lshr_and:
 ; CHECK-NOT: shrl
 ; CHECK: andl $12,
-; CHECK: movl array(%{{...}}),
+; CHECK: movl {{.*}}array{{.*}},
 ; CHECK: ret
 
 entry: