summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/X86/loop-strength-reduce5.ll
diff options
context:
space:
mode:
authorAiden Grossman <aidengrossman@google.com>2025-11-23 05:17:45 +0000
committerAiden Grossman <aidengrossman@google.com>2025-11-23 05:17:45 +0000
commitd5f3ab8ec97786476a077b0c8e35c7c337dfddf2 (patch)
tree307b78f3d026ce8cab1cb6b51891fa8fb42587c4 /llvm/test/CodeGen/X86/loop-strength-reduce5.ll
parent525e68e9e9a44e88eb88ef2d6f058a482972c989 (diff)
Revert "[RegAlloc] Fix the terminal rule check for interfere with DstReg (#168661)"
This reverts commit 0859ac5866a0228f5607dd329f83f4a9622dedcc. This caused a couple test failures, likely due to a mid-air collision. Reverting for now to get the tree back to green and allow the original author to run UTC/friends and verify the output.
Diffstat (limited to 'llvm/test/CodeGen/X86/loop-strength-reduce5.ll')
-rw-r--r--llvm/test/CodeGen/X86/loop-strength-reduce5.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/X86/loop-strength-reduce5.ll b/llvm/test/CodeGen/X86/loop-strength-reduce5.ll
index 08003739b55d..ebae51fa2aa4 100644
--- a/llvm/test/CodeGen/X86/loop-strength-reduce5.ll
+++ b/llvm/test/CodeGen/X86/loop-strength-reduce5.ll
@@ -16,11 +16,11 @@ define void @foo(i32 %N) nounwind {
; CHECK-NEXT: .p2align 4
; CHECK-NEXT: .LBB0_2: # %bb
; CHECK-NEXT: # =>This Inner Loop Header: Depth=1
-; CHECK-NEXT: movw %cx, X
-; CHECK-NEXT: movw %dx, Y
-; CHECK-NEXT: incl %ecx
-; CHECK-NEXT: addl $4, %edx
-; CHECK-NEXT: cmpl %ecx, %eax
+; CHECK-NEXT: movw %dx, X
+; CHECK-NEXT: movw %cx, Y
+; CHECK-NEXT: incl %edx
+; CHECK-NEXT: addl $4, %ecx
+; CHECK-NEXT: cmpl %edx, %eax
; CHECK-NEXT: jne .LBB0_2
; CHECK-NEXT: .LBB0_3: # %return
; CHECK-NEXT: retl