[PATCH] D72604: AMDGPU: Fix missing immarg on llvm.amdgcn.interp.mov
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 05:39:05 PST 2020
arsenm created this revision.
arsenm added reviewers: nhaehnle, mareko, tpr, dstuttard, timcorringham.
Herald added subscribers: hiraditya, t-tye, yaxunl, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.
The first operand maps to an immediate field, so this should be immarg.
https://reviews.llvm.org/D72604
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72604.237637.patch
Type: text/x-patch
Size: 6170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200113/3c7da71b/attachment.bin>
More information about the llvm-commits
mailing list