This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8e00d5acbc9 [lit] Improve lit.Run class new 17cdb7fdd53 [GISel][CombinerHelper] Add concat_vectors(build_vector, bu [...] new 5e378fa78dd [gicombiner] Add the run-time rule disable option
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: include/llvm/CodeGen/GlobalISel/CombinerHelper.h | 23 ++++ include/llvm/Target/GlobalISel/Combine.td | 3 + lib/CodeGen/GlobalISel/Combiner.cpp | 12 ++ lib/CodeGen/GlobalISel/CombinerHelper.cpp | 84 ++++++++++++ lib/Target/AArch64/AArch64Combine.td | 4 +- lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp | 8 +- .../prelegalizercombiner-concat-vectors.mir | 141 +++++++++++++++++++++ .../prelegalizercombiner-copy-prop-disabled.mir | 35 +++++ utils/TableGen/GICombinerEmitter.cpp | 100 ++++++++++++++- 9 files changed, 405 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-concat-vec [...] create mode 100644 test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-copy-prop- [...]