This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41f826cda5c AMDGPU/GlobalISel: Mark 32-bit G_FPTOSI as legal new 7537e26848d AMDGPU/GlobalISel: Mark 32/64-bit G_FCMP as legal new 5b58d668a10 AMDGPU/GlobalISel: Make i32 xor legal new 3e435c46b5a AMDGPU/GlobalISel: Add copyCost for VGPR->SGPR copies new e4d2cea91d0 AMDGPU/GlobalISel: Define instruction mapping for G_FCONSTANT new 435d0a8937c AMDGPU/GlobalISel: Define instruction mapping for G_IMPLICIT_DEF
The 5 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/AMDGPULegalizerInfo.cpp | 11 ++++- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 17 +++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir | 35 +++++++++++++++ .../{legalize-shl.mir => legalize-xor.mir} | 18 +++----- .../AMDGPU/GlobalISel/regbankselect-default.mir | 52 ++++++++++++++++++++++ 5 files changed, 116 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir copy test/CodeGen/AMDGPU/GlobalISel/{legalize-shl.mir => legalize-xor.mir} (54%) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-default.mir