diff options
| author | Aiden Grossman <aidengrossman@google.com> | 2025-11-23 05:17:45 +0000 |
|---|---|---|
| committer | Aiden Grossman <aidengrossman@google.com> | 2025-11-23 05:17:45 +0000 |
| commit | d5f3ab8ec97786476a077b0c8e35c7c337dfddf2 (patch) | |
| tree | 307b78f3d026ce8cab1cb6b51891fa8fb42587c4 /llvm/test/CodeGen/PowerPC/ctrloop-fp128.ll | |
| parent | 525e68e9e9a44e88eb88ef2d6f058a482972c989 (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/PowerPC/ctrloop-fp128.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ctrloop-fp128.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ctrloop-fp128.ll b/llvm/test/CodeGen/PowerPC/ctrloop-fp128.ll index d6dd95936540..fdb01314a7d4 100644 --- a/llvm/test/CodeGen/PowerPC/ctrloop-fp128.ll +++ b/llvm/test/CodeGen/PowerPC/ctrloop-fp128.ll @@ -49,15 +49,15 @@ define void @fmul_ctrloop_fp128() nounwind { ; PWR8-NEXT: # ; PWR8-NEXT: lxvd2x 0, 30, 28 ; PWR8-NEXT: vmr 2, 31 -; PWR8-NEXT: addi 26, 30, 16 +; PWR8-NEXT: mr 26, 30 +; PWR8-NEXT: addi 30, 30, 16 ; PWR8-NEXT: xxswapd 35, 0 ; PWR8-NEXT: bl __mulkf3 ; PWR8-NEXT: nop ; PWR8-NEXT: addi 29, 29, -1 ; PWR8-NEXT: xxswapd 0, 34 ; PWR8-NEXT: cmpldi 29, 0 -; PWR8-NEXT: stxvd2x 0, 30, 27 -; PWR8-NEXT: mr 30, 26 +; PWR8-NEXT: stxvd2x 0, 26, 27 ; PWR8-NEXT: bc 12, 1, .LBB0_1 ; PWR8-NEXT: # %bb.2: # %for.end ; PWR8-NEXT: li 3, 48 |
