This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df1f7afc1e1 [ARM] GlobalISel: Support G_ICMP for i32 and pointers new 7e1ef2da785 [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, 245 insertions(+), 253 deletions(-) create mode 100644 include/llvm/CodeGen/MacroFusion.h create mode 100644 lib/CodeGen/MacroFusion.cpp