[PATCH] D42760: AMDGPU: Remove tied operand from si_else
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 31 12:49:34 PST 2018
arsenm created this revision.
arsenm added a reviewer: nhaehnle.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, wdng, kzhuravl.
https://reviews.llvm.org/D42760
Files:
lib/Target/AMDGPU/SIInstructions.td
Index: lib/Target/AMDGPU/SIInstructions.td
===================================================================
--- lib/Target/AMDGPU/SIInstructions.td
+++ lib/Target/AMDGPU/SIInstructions.td
@@ -246,7 +246,6 @@
def SI_ELSE : CFPseudoInstSI <
(outs SReg_64:$dst),
(ins SReg_64:$src, brtarget:$target, i1imm:$execfix), [], 1, 1> {
- let Constraints = "$src = $dst";
let Size = 12;
let hasSideEffects = 1;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42760.132257.patch
Type: text/x-patch
Size: 420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180131/424722a7/attachment.bin>
More information about the llvm-commits
mailing list