This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d6cf1c6f817 Recommit "[GlobalOpt] Pass DTU to removeUnreachableBlocks i [...] new 03bb65ceece [gicombiner] Add the boring boilerplate for the declarative [...]
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: .../llvm/Target/GlobalISel/Combine.td | 16 ++-- lib/Target/AArch64/AArch64.td | 1 + .../AArch64Combine.td} | 8 +- lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp | 17 ++++ lib/Target/AArch64/CMakeLists.txt | 2 + utils/TableGen/CMakeLists.txt | 1 + utils/TableGen/GICombinerEmitter.cpp | 94 ++++++++++++++++++++++ utils/TableGen/TableGen.cpp | 6 ++ utils/TableGen/TableGenBackends.h | 1 + 9 files changed, 133 insertions(+), 13 deletions(-) copy lib/Target/AMDGPU/AMDGPURegisterInfo.td => include/llvm/Target/GlobalISel/Com [...] copy lib/Target/{ARM/ARMRegisterBanks.td => AArch64/AArch64Combine.td} (65%) create mode 100644 utils/TableGen/GICombinerEmitter.cpp