This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c688c0b [CodeGen] Fix some Clang-tidy modernize and Include What You [...] new d9de925 [AArch64] Add test case for fusion of AES crypto operations new bcd633d [AArch64] Add test case for fusion of literal generation new 6a905f6 [AArch64, X86] Guard against both instrs being wild cards new 450fce7 [AArch64, X86] Add statistics for the MacroFusion pass
The 4 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: lib/Target/AArch64/AArch64MacroFusion.cpp | 13 +- lib/Target/X86/X86MacroFusion.cpp | 17 ++- test/CodeGen/AArch64/misched-fusion-aes.ll | 207 +++++++++++++++++++++++++++++ test/CodeGen/AArch64/misched-fusion-lit.ll | 46 +++++++ 4 files changed, 273 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/AArch64/misched-fusion-aes.ll create mode 100644 test/CodeGen/AArch64/misched-fusion-lit.ll