From 91e2b9d081829af95a7b84ec5393e33539e9130e Mon Sep 17 00:00:00 2001 From: Lama Saba Date: Sun, 11 Feb 2018 10:33:06 +0000 Subject: [PATCH] fix test/CodeGen/X86/fixup-sfb.ll test failure after commit https://reviews.llvm.org/rL324835 Change-Id: I2526c2f342654e85ce054237de03ae9db9ab4994 llvm-svn: 324836 --- llvm/test/CodeGen/X86/fixup-sfb.ll | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/llvm/test/CodeGen/X86/fixup-sfb.ll b/llvm/test/CodeGen/X86/fixup-sfb.ll index 0d76e24..574855f 100644 --- a/llvm/test/CodeGen/X86/fixup-sfb.ll +++ b/llvm/test/CodeGen/X86/fixup-sfb.ll @@ -809,7 +809,7 @@ define void @test_limit_all(%struct.S* %s1, %struct.S* nocapture %s2, i32 %x, %s ; CHECK-NEXT: movl %edx, %ebp ; CHECK-NEXT: movq %rsi, %r12 ; CHECK-NEXT: movq %rdi, %rbx -; CHECK-NEXT: movl %r9d, 12(%rbx) +; CHECK-NEXT: movl %r9d, 12(%rdi) ; CHECK-NEXT: callq bar ; CHECK-NEXT: cmpl $18, %ebp ; CHECK-NEXT: jl .LBB9_2 @@ -851,7 +851,7 @@ define void @test_limit_all(%struct.S* %s1, %struct.S* nocapture %s2, i32 %x, %s ; DISABLED-NEXT: movl %edx, %ebp ; DISABLED-NEXT: movq %rsi, %r12 ; DISABLED-NEXT: movq %rdi, %rbx -; DISABLED-NEXT: movl %r9d, 12(%rbx) +; DISABLED-NEXT: movl %r9d, 12(%rdi) ; DISABLED-NEXT: callq bar ; DISABLED-NEXT: cmpl $18, %ebp ; DISABLED-NEXT: jl .LBB9_2 @@ -893,7 +893,7 @@ define void @test_limit_all(%struct.S* %s1, %struct.S* nocapture %s2, i32 %x, %s ; CHECK-AVX2-NEXT: movl %edx, %ebp ; CHECK-AVX2-NEXT: movq %rsi, %r12 ; CHECK-AVX2-NEXT: movq %rdi, %rbx -; CHECK-AVX2-NEXT: movl %r9d, 12(%rbx) +; CHECK-AVX2-NEXT: movl %r9d, 12(%rdi) ; CHECK-AVX2-NEXT: callq bar ; CHECK-AVX2-NEXT: cmpl $18, %ebp ; CHECK-AVX2-NEXT: jl .LBB9_2 @@ -935,7 +935,7 @@ define void @test_limit_all(%struct.S* %s1, %struct.S* nocapture %s2, i32 %x, %s ; CHECK-AVX512-NEXT: movl %edx, %ebp ; CHECK-AVX512-NEXT: movq %rsi, %r12 ; CHECK-AVX512-NEXT: movq %rdi, %rbx -; CHECK-AVX512-NEXT: movl %r9d, 12(%rbx) +; CHECK-AVX512-NEXT: movl %r9d, 12(%rdi) ; CHECK-AVX512-NEXT: callq bar ; CHECK-AVX512-NEXT: cmpl $18, %ebp ; CHECK-AVX512-NEXT: jl .LBB9_2 @@ -999,7 +999,7 @@ define void @test_limit_one_pred(%struct.S* %s1, %struct.S* nocapture %s2, i32 % ; CHECK-NEXT: movq %rcx, %r15 ; CHECK-NEXT: movq %rsi, %r14 ; CHECK-NEXT: movq %rdi, %rbx -; CHECK-NEXT: movl %r9d, 12(%rbx) +; CHECK-NEXT: movl %r9d, 12(%rdi) ; CHECK-NEXT: cmpl $18, %edx ; CHECK-NEXT: jl .LBB10_2 ; CHECK-NEXT: # %bb.1: # %if.then @@ -1042,7 +1042,7 @@ define void @test_limit_one_pred(%struct.S* %s1, %struct.S* nocapture %s2, i32 % ; DISABLED-NEXT: movq %rcx, %r14 ; DISABLED-NEXT: movq %rsi, %r12 ; DISABLED-NEXT: movq %rdi, %rbx -; DISABLED-NEXT: movl %r9d, 12(%rbx) +; DISABLED-NEXT: movl %r9d, 12(%rdi) ; DISABLED-NEXT: cmpl $18, %edx ; DISABLED-NEXT: jl .LBB10_2 ; DISABLED-NEXT: # %bb.1: # %if.then @@ -1081,7 +1081,7 @@ define void @test_limit_one_pred(%struct.S* %s1, %struct.S* nocapture %s2, i32 % ; CHECK-AVX2-NEXT: movq %rcx, %r15 ; CHECK-AVX2-NEXT: movq %rsi, %r14 ; CHECK-AVX2-NEXT: movq %rdi, %rbx -; CHECK-AVX2-NEXT: movl %r9d, 12(%rbx) +; CHECK-AVX2-NEXT: movl %r9d, 12(%rdi) ; CHECK-AVX2-NEXT: cmpl $18, %edx ; CHECK-AVX2-NEXT: jl .LBB10_2 ; CHECK-AVX2-NEXT: # %bb.1: # %if.then @@ -1124,7 +1124,7 @@ define void @test_limit_one_pred(%struct.S* %s1, %struct.S* nocapture %s2, i32 % ; CHECK-AVX512-NEXT: movq %rcx, %r15 ; CHECK-AVX512-NEXT: movq %rsi, %r14 ; CHECK-AVX512-NEXT: movq %rdi, %rbx -; CHECK-AVX512-NEXT: movl %r9d, 12(%rbx) +; CHECK-AVX512-NEXT: movl %r9d, 12(%rdi) ; CHECK-AVX512-NEXT: cmpl $18, %edx ; CHECK-AVX512-NEXT: jl .LBB10_2 ; CHECK-AVX512-NEXT: # %bb.1: # %if.then -- 2.7.4