This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 853a5a4828f [MergeICmps][NFC] Add more debug. new 2e85df364d3 AMDGPU/GlobalISel: Legalize G_FCOPYSIGN new fa86511b4c6 AMDGPU/GlobalISel: Legalize G_FRINT new f9d63f2d76c AMDGPU/GlobalISel: Legalize G_INTRINSIC_TRUNC new 9b7f345dfda AMDGPU/GlobalISel: Legalize G_FCEIL
The 4 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 | 1 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 145 ++++++- lib/Target/AMDGPU/AMDGPULegalizerInfo.h | 6 + test/CodeGen/AMDGPU/GlobalISel/legalize-fceil.mir | 275 ++++++++++++ .../AMDGPU/GlobalISel/legalize-fcopysign.mir | 479 +++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-frint.mir | 160 +++++++ .../AMDGPU/GlobalISel/legalize-intrinsic-trunc.mir | 230 +++++++++- 7 files changed, 1273 insertions(+), 23 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fceil.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fcopysign.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-frint.mir