This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7e1ef2da785 [CodeGen] Add generic MacroFusion pass. new 127fdb13790 Revert r305677 [CodeGen] Add generic MacroFusion pass.
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/MacroFusion.h | 41 ------- lib/CodeGen/CMakeLists.txt | 1 - lib/CodeGen/MacroFusion.cpp | 150 ------------------------ lib/Target/AArch64/AArch64MacroFusion.cpp | 183 +++++++++++++++++++++++++----- lib/Target/AArch64/AArch64MacroFusion.h | 11 +- lib/Target/X86/X86MacroFusion.cpp | 101 ++++++++++++++--- lib/Target/X86/X86MacroFusion.h | 11 +- 7 files changed, 253 insertions(+), 245 deletions(-) delete mode 100644 include/llvm/CodeGen/MacroFusion.h delete mode 100644 lib/CodeGen/MacroFusion.cpp