This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2fd72fd [SCEV] Use a SmallPtrSet as a temporary union predicate; NFC new 2714064 [NVPTX] Added intrinsics for atom.gen.{sys|cta}.* instructions. new 89584ae Rewrite loops to use range-based for. (NFC)
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 | 33 +++++ lib/CodeGen/LexicalScopes.cpp | 22 +-- lib/Target/NVPTX/NVPTX.td | 9 +- lib/Target/NVPTX/NVPTXISelLowering.cpp | 37 +++-- lib/Target/NVPTX/NVPTXInstrInfo.td | 4 + lib/Target/NVPTX/NVPTXIntrinsics.td | 196 ++++++++++++++++++++++++++ lib/Target/NVPTX/NVPTXSubtarget.cpp | 2 - lib/Target/NVPTX/NVPTXSubtarget.h | 8 ++ lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp | 23 +++ test/CodeGen/NVPTX/atomics-with-scope.ll | 187 ++++++++++++++++++++++++ 10 files changed, 488 insertions(+), 33 deletions(-) create mode 100644 test/CodeGen/NVPTX/atomics-with-scope.ll