The first operand maps to an immediate field, so this should be immarg.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This is probably fine. If a user didn't use an immediate it shouldn't have worked anyway. LGTM
Paths
| Differential D72604
AMDGPU: Fix missing immarg on llvm.amdgcn.interp.mov ClosedPublic Authored by arsenm on Jan 13 2020, 5:32 AM.
Details
Summary The first operand maps to an immediate field, so this should be immarg.
Diff Detail Event TimelineComment Actions This is probably fine. If a user didn't use an immediate it shouldn't have worked anyway. LGTM This revision is now accepted and ready to land.Jan 22 2020, 4:48 AM
Revision Contents
Diff 237637 llvm/include/llvm/IR/IntrinsicsAMDGPU.td
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/lib/Target/AMDGPU/SIInstructions.td
llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.interp.mov.mir
llvm/test/Verifier/AMDGPU/intrinsic-immarg.ll
|