This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cadee98a6c2 AMDGPU/GlobalISel: Select s32->s16 G_[US]ITOFP new 83c97ac4418 AMDGPU/GlobalISel: Select S16->S32 fptoint new 8917673a2f7 AMDGPU/GlobalISel: Set type on vgpr live in special arguments new 54dea4c5eed AMDGPU/GlobalISel: Legalize s1 source G_[SU]ITOFP
The 3 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 | 5 +- lib/Target/AMDGPU/SIISelLowering.cpp | 3 +- lib/Target/AMDGPU/SIInstructions.td | 4 +- .../AMDGPU/GlobalISel/inst-select-fptosi.mir | 132 +++++++++++++++++++++ .../AMDGPU/GlobalISel/inst-select-fptoui.mir | 83 ++++++++++++- .../AMDGPU/GlobalISel/llvm.amdgcn.workitem.id.ll | 27 +++++ .../AMDGPU/GlobalISel/regbankselect-sitofp.mir | 36 ++++++ .../AMDGPU/GlobalISel/regbankselect-uitofp.mir | 36 ++++++ 8 files changed, 316 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-fptosi.mir