This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c15cf948d8d [X86] Add support for v16i32 UMUL_LOHI/SMUL_LOHI new 6753dbe0416 [mips] Use llvm-dwarfdump to simplify the test. NFC new b636450ff9d [NVPTX] added match.{any,all}.sync instructions, intrinsics [...]
The 2 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 | 27 +++++ lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 34 ++++++ lib/Target/NVPTX/NVPTXISelDAGToDAG.h | 1 + lib/Target/NVPTX/NVPTXInstrInfo.td | 1 + lib/Target/NVPTX/NVPTXIntrinsics.td | 57 ++++++++++ test/CodeGen/NVPTX/match.ll | 117 ++++++++++++++++++++ test/MC/Mips/eh-frame.s | 193 +++++++-------------------------- 7 files changed, 279 insertions(+), 151 deletions(-) create mode 100644 test/CodeGen/NVPTX/match.ll