This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f74e20351f9 [CVP] fix formatting; NFC new 14281925243 AMDGPU: Fix build warning about override new 4e77263fcb9 AMDGPU/GlobalISel: Make some G_EXTRACTs legal new f246669c105 AMDGPU/GlobalISel: Add InstrMapping for G_EXTRACT
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/AMDGPUISelLowering.h | 6 +- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 12 +++ lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 9 ++ .../CodeGen/AMDGPU/GlobalISel/legalize-extract.mir | 105 +++++++++++++++++++++ .../AMDGPU/GlobalISel/regbankselect-extract.mir | 31 ++++++ 5 files changed, 160 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-extract.mir