This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b622654711 build: add the ability to create a symlink for dsymutil new 870be0c8823 [MIRParser] Accept overloaded intrinsic names w/o type suffixes new 1d2683f5a07 [NVPTX] Use addrspacecast instead of target-specific intrin [...] new 5ee5a7c21e9 [NVPTX] Lower loads from global constants using ld.global.n [...]
The 3 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: lib/IR/Function.cpp | 8 +-- lib/Target/NVPTX/NVPTXGenericToNVVM.cpp | 60 ++++------------------ lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 32 +++++++----- .../AArch64/print-parse-overloaded-intrinsics.mir | 24 +++++++++ test/CodeGen/NVPTX/access-non-generic.ll | 7 --- test/CodeGen/NVPTX/generic-to-nvvm-ir.ll | 6 +-- test/CodeGen/NVPTX/generic-to-nvvm.ll | 11 ++-- .../CodeGen/NVPTX/read-global-variable-constant.ll | 29 +++++++++++ 8 files changed, 95 insertions(+), 82 deletions(-) create mode 100644 test/CodeGen/MIR/AArch64/print-parse-overloaded-intrinsics.mir create mode 100644 test/CodeGen/NVPTX/read-global-variable-constant.ll