This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f00e16113a7 [codeview] Don't emit FPO data in funclet prologues new a187b4878e7 [NVPTX] Implemented wmma intrinsics and instructions.
The 1 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 | 146 ++++++++++ lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 512 +++++++++++++++++++++++++++++++++ lib/Target/NVPTX/NVPTXISelDAGToDAG.h | 2 + lib/Target/NVPTX/NVPTXISelLowering.cpp | 126 ++++++++ lib/Target/NVPTX/NVPTXIntrinsics.td | 205 +++++++++++++ test/CodeGen/NVPTX/wmma.py | 201 +++++++++++++ 6 files changed, 1192 insertions(+) create mode 100644 test/CodeGen/NVPTX/wmma.py