[PATCH] D151105: [AMDGPU] Fix lowering of @llvm.amdgcn.set.inactive(imm, poison)
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 22 08:17:31 PDT 2023
foad added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp:1546
+ *MRI, MI->getOperand(0)));
+ MI->setDesc(TII->get(CopyOp));
}
----------------
arsenm wrote:
> If this is to use a v_mov_b32 it will be left without the implicit exec
No, the V_SET_INACTIVE has an implicit exec use, and we don't remove it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151105/new/
https://reviews.llvm.org/D151105
More information about the llvm-commits
mailing list