This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e051fbaeb30 [X86] Auto upgrade old style VPCOM/VPCOMU intrinsics to gen [...] new 5feb56f4ba4 AMDGPU/GlobalISel: Cleanup legality for extensions new 407fd3466ef AMDGPU/GlobalISel: Regbank select for fpext
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/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 16 ++--- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 1 + test/CodeGen/AMDGPU/GlobalISel/legalize-anyext.mir | 65 +++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-fpext.mir | 34 ++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir | 72 ++++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-zext.mir | 61 +++++++++++++++++- ...ankselect-flog2.mir => regbankselect-fpext.mir} | 16 ++--- 7 files changed, 245 insertions(+), 20 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-anyext.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fpext.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-flog2.mir => regbankselect-fpex [...]