This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 84148478f0f Use ArrayRef. NFC. new c02a4f5a57b [NVPTX] Implemented bar.warp.sync, barrier.sync, and vote{. [...]
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 | 64 +++++++++++++++++++++++++++++++++++- lib/Target/NVPTX/NVPTXInstrInfo.td | 3 ++ lib/Target/NVPTX/NVPTXIntrinsics.td | 63 +++++++++++++++++++++++++++++++++++ test/CodeGen/NVPTX/barrier.ll | 32 ++++++++++++++++++ test/CodeGen/NVPTX/vote.ll | 65 +++++++++++++++++++++++++++++++++++++ 5 files changed, 226 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/NVPTX/barrier.ll create mode 100644 test/CodeGen/NVPTX/vote.ll