[PATCH] D59389: [NVPTX] Refactor generation of MMA intrinsics and instructions. NFC.

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 14:51:19 PDT 2019


tra created this revision.
tra added a reviewer: jlebar.
Herald added subscribers: jdoerfert, bixia, hiraditya, sanjoy, jholewinski.
Herald added a project: LLVM.

Generalized constructions of 'fragments' of MMA operations to provide common primitives for construction of the ops.
This will make it easier to add new variants of the instructions that operate on integer types.

Use nested foreach loops which makes it possible to better control naming of the intrinsics.

This patch does not affect LLVM's output, so there are no test changes.


https://reviews.llvm.org/D59389

Files:
  llvm/include/llvm/IR/IntrinsicsNVVM.td
  llvm/lib/Target/NVPTX/NVPTXIntrinsics.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59389.190732.patch
Type: text/x-patch
Size: 38648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190314/3a875eae/attachment.bin>


More information about the llvm-commits mailing list