This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c94c5fb80f [codeview] Simplify S_DEFRANGE emission code, NFC new d31f3f62272 Revert: r343521 and r343541: [globalisel] Add a combiner he [...]
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: include/llvm/CodeGen/GlobalISel/Combiner.h | 10 - include/llvm/CodeGen/GlobalISel/CombinerHelper.h | 11 +- include/llvm/CodeGen/GlobalISel/CombinerInfo.h | 5 +- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 10 +- lib/CodeGen/GlobalISel/Combiner.cpp | 31 +- lib/CodeGen/GlobalISel/CombinerHelper.cpp | 217 +--------- lib/Target/AArch64/AArch64.h | 2 - lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp | 108 ----- lib/Target/AArch64/AArch64TargetMachine.cpp | 6 - lib/Target/AArch64/CMakeLists.txt | 1 - test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 2 +- .../AArch64/GlobalISel/gisel-commandline-option.ll | 1 - .../prelegalizercombiner-extending-loads.mir | 450 --------------------- test/CodeGen/AArch64/O0-pipeline.ll | 1 - 14 files changed, 12 insertions(+), 843 deletions(-) delete mode 100644 lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp delete mode 100644 test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-extending- [...]