This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 58a8315339f Delete unused instantiations of DIBuilder. NFC new c79e8ba6d6c [NVPTX] allow address space inference for volatile loads/stores. new 5cb4d688511 Use range-based for loop. NFC new f8fc02fbd4a Revert "[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand [...]
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: include/llvm/Analysis/TargetTransformInfo.h | 11 + include/llvm/Analysis/TargetTransformInfoImpl.h | 2 + lib/Analysis/TargetTransformInfo.cpp | 5 + lib/CodeGen/CodeGenPrepare.cpp | 397 ++++++++++++------------ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 7 +- lib/Target/NVPTX/NVPTXTargetTransformInfo.h | 16 + lib/Transforms/Scalar/InferAddressSpaces.cpp | 35 ++- test/CodeGen/NVPTX/ld-st-addrrspace.py | 97 ++++++ 8 files changed, 351 insertions(+), 219 deletions(-) create mode 100644 test/CodeGen/NVPTX/ld-st-addrrspace.py