This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 70285a03596 [WebAssembly] Saturating arithmetic intrinsics new 69f718971f5 AMDGPU/GlobalISel: Add support for G_INTTOPTR
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/AMDGPU/AMDGPUInstructionSelector.cpp | 1 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 4 +++ lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 1 + .../AMDGPU/GlobalISel/inst-select-inttoptr.mir | 34 ++++++++++++++++++++++ .../AMDGPU/GlobalISel/legalize-inttoptr.mir | 29 ++++++++++++++++++ .../AMDGPU/GlobalISel/regbankselect-inttoptr.mir | 31 ++++++++++++++++++++ 6 files changed, 100 insertions(+) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-inttoptr.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-inttoptr.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-inttoptr.mir