This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2fdf6f97fff gn build: Merge r353471, r353373. new 005af434d1d [MIPS GlobalISel] Select any extending load and truncating store
The 1 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/CodeGen/GlobalISel/LegalizerHelper.cpp | 7 - lib/Target/Mips/MipsInstructionSelector.cpp | 5 + lib/Target/Mips/MipsLegalizerInfo.cpp | 6 +- .../AMDGPU/GlobalISel/legalize-sextload-flat.mir | 113 +++++++++++----- .../AMDGPU/GlobalISel/legalize-zextload-flat.mir | 108 ++++++++++----- .../instruction-select/truncStore_and_aExtLoad.mir | 83 ++++++++++++ .../legalizer/truncStore_and_aExtLoad.mir | 145 +++++++++++++++++++++ .../GlobalISel/llvm-ir/truncStore_and_aExtLoad.ll | 79 +++++++++++ .../regbankselect/truncStore_and_aExtLoad.mir | 82 ++++++++++++ 9 files changed, 552 insertions(+), 76 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/truncStore_and_ [...] create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/truncStore_and_aExtLoad.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/truncStore_and_aExtLoad.ll create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/truncStore_and_aExtLoad.mir