This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 73026bde126 [MachineOutliner] Add "thunk" outlining for AArch64. new ccf5904d1cf AMDGPU: Move AMDGPUTargetLowering::isFPExtFoldable() into S [...] new 792c45b7cd6 [GlobalISel][InstructionSelect] Switching MatchTable over o [...] new 6853db12178 Delete unused variable from r333015.
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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 8 + .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 27 ++++ lib/Target/AArch64/AArch64InstrInfo.cpp | 3 - lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 12 -- lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 - lib/Target/AMDGPU/SIISelLowering.cpp | 12 ++ lib/Target/AMDGPU/SIISelLowering.h | 2 + test/TableGen/GlobalISelEmitter.td | 25 ++- utils/TableGen/GlobalISelEmitter.cpp | 178 +++++++++++++++++++++ 9 files changed, 244 insertions(+), 24 deletions(-)