This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 513399718a2 [ORC] Add missing <memory> include for shared_ptr. new 1803a9f2342 [NVPTX] Add lowering of i128 params.
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: lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 14 ++++++-- lib/Target/NVPTX/NVPTXISelLowering.cpp | 27 +++++++++++---- lib/Target/NVPTX/NVPTXTargetMachine.cpp | 2 +- test/CodeGen/NVPTX/i128-global.ll | 7 ++++ test/CodeGen/NVPTX/i128-param.ll | 58 +++++++++++++++++++++++++++++++++ test/CodeGen/NVPTX/i128-retval.ll | 28 ++++++++++++++++ 6 files changed, 125 insertions(+), 11 deletions(-) create mode 100644 test/CodeGen/NVPTX/i128-global.ll create mode 100644 test/CodeGen/NVPTX/i128-param.ll create mode 100644 test/CodeGen/NVPTX/i128-retval.ll