[llvm] [AMDGPU] Add intrinsic readanylane (PR #115696)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 05:29:19 PST 2024
================
@@ -97,9 +98,11 @@ bool AMDGPUInstructionSelector::isVCC(Register Reg,
bool AMDGPUInstructionSelector::constrainCopyLikeIntrin(MachineInstr &MI,
unsigned NewOpc) const {
+ const bool NeedExec = NewOpc != AMDGPU::SI_READANYLANE;
----------------
jayfoad wrote:
Why doesn't readanylane need exec?
https://github.com/llvm/llvm-project/pull/115696
More information about the llvm-commits
mailing list