This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 815e4b2d064 AMDGPU/GlobalISel: Fix some crashs in g_unmerge_values/g_me [...] new 54f09d1f47d AMDGPU/GlobalISel: Legalize f32->f16 fptrunc new e8d1d04c890 GlobalISel: Implement widenScalar for basic FP ops
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 | 17 +++- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 16 +-- test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir | 61 +++++++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir | 95 +++++++++++++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir | 112 +++++++++++++++++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 95 +++++++++++++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir | 74 ++++++++++++-- .../CodeGen/AMDGPU/GlobalISel/legalize-fptrunc.mir | 21 +++- test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir | 110 +++++++++++++++++--- 9 files changed, 531 insertions(+), 70 deletions(-)