This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2dd904abdbe [Object][XCOFF] Add intial support for section header table. new 5100f1a2e03 [NVPTX] Refactor generation of MMA intrinsics and instructi [...] new 5446c675c46 [NVPTX] generate correct MMA instruction mnemonics with PTX63+. new 9e3c94a04ca PTX 6.3 extends `wmma` instruction to support s8/u8/s4/u4/b [...] new 03f06f0ea67 [CUDA] Implemented _[bi]mma* builtins.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/IntrinsicsNVVM.td | 428 +++++++++------ lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp | 14 + lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.h | 2 + lib/Target/NVPTX/NVPTX.td | 2 + lib/Target/NVPTX/NVPTXISelLowering.cpp | 164 ++++++ lib/Target/NVPTX/NVPTXInstrInfo.td | 7 + lib/Target/NVPTX/NVPTXIntrinsics.td | 621 +++++++++------------- test/CodeGen/NVPTX/wmma.py | 438 ++++++++++++--- 8 files changed, 1096 insertions(+), 580 deletions(-)