This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 374a09dd02d DebugInfo: Add parsing support for debug_loc base address s [...] new c58403f3419 AMDGPU/GlobalISel: Legalize G_GLOBAL_VALUE new fa3f3e76a08 GlobalISel: Implement widenScalar for G_SITOFP/G_UITOFP sources
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: lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 10 +- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 118 ++++++++++++++-- lib/Target/AMDGPU/AMDGPULegalizerInfo.h | 5 + lib/Target/AMDGPU/SIISelLowering.h | 2 + .../gisel-fail-intermediate-legalizer.ll | 6 +- test/CodeGen/AMDGPU/GlobalISel/global-value.ll | 156 +++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-fptosi.mir | 139 +++++++++++++++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fptoui.mir | 139 +++++++++++++++--- 8 files changed, 511 insertions(+), 64 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/global-value.ll