Skip to content

Commit 1d44ecb

Browse files
authored
[AMDGPU] Remove unnecessary untieRegOperand (#107695)
As far as I can tell, V_SET_INACTIVE has never had tied operands.
1 parent bc59b63 commit 1d44ecb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,6 @@ bool SIWholeQuadMode::lowerCopyInstrs() {
15341534
if (MI->getOperand(2).isReg())
15351535
RecomputeReg = MI->getOperand(2).getReg();
15361536
MI->removeOperand(2);
1537-
MI->untieRegOperand(1);
15381537
} else {
15391538
assert(MI->getNumExplicitOperands() == 2);
15401539
}

0 commit comments

Comments
 (0)