[PATCH] D116441: [AMDGPU][GlobalISel] Select op_sel modifiers for VOP3P
Mirko Brkusanin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 14 09:13:10 PST 2022
mbrkusanin updated this revision to Diff 400040.
mbrkusanin added a comment.
- Removed G_EXTRACT checks
- Refactored parts of code dealing with setting OP_SEL_0 and OP_SEL_1 bits.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116441/new/
https://reviews.llvm.org/D116441
Files:
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
llvm/test/CodeGen/AMDGPU/GlobalISel/combine-fma-add-mul.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.sdot2.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.sdot4.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.sdot8.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.udot2.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.udot4.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.udot8.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/packed-op-sel.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116441.400040.patch
Type: text/x-patch
Size: 39621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220114/48150725/attachment.bin>
More information about the llvm-commits
mailing list