This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e85612ceab [AVX-512] Replace large number of explicit patterns that ch [...] new 6932000c35e [Hexagon] Make getHexagonSubRegIndex take reference instead [...] new 737f60180af [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/Hexagon/HexagonBitSimplify.cpp | 14 +-- lib/Target/Hexagon/HexagonBitTracker.cpp | 7 +- lib/Target/Hexagon/HexagonConstPropagation.cpp | 2 +- lib/Target/Hexagon/HexagonRegisterInfo.cpp | 8 +- lib/Target/Hexagon/HexagonRegisterInfo.h | 2 +- lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 33 +++++++ lib/Target/NVPTX/NVPTXISelDAGToDAG.h | 1 + lib/Target/NVPTX/NVPTXInstrInfo.td | 1 + lib/Target/NVPTX/NVPTXIntrinsics.td | 57 ++++++++++++ test/CodeGen/NVPTX/match.ll | 117 +++++++++++++++++++++++++ 11 files changed, 253 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/NVPTX/match.ll