[PATCH] D87285: AMDGPU/GlobalISelemitter Support for predicate code that uses operands
Petar Avramovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 9 07:22:25 PDT 2020
Petar.Avramovic updated this revision to Diff 290735.
Petar.Avramovic added a comment.
Add more verbose comments, and switch to std::array as container for operands.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87285/new/
https://reviews.llvm.org/D87285
Files:
llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
llvm/lib/Target/AMDGPU/VOP3Instructions.td
llvm/test/CodeGen/AMDGPU/GlobalISel/add_shl.ll
llvm/test/TableGen/GlobalISelEmitter.td
llvm/test/TableGen/GlobalISelEmitterCustomPredicate.td
llvm/utils/TableGen/GlobalISelEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87285.290735.patch
Type: text/x-patch
Size: 26899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200909/04f31f71/attachment.bin>
More information about the llvm-commits
mailing list