This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d13570e87b5 FastMathFlags: Make it easier to unset individual ones. new bc8f9a27992 [InstCombine] Combine XOR and AES instructions on ARM/ARM64. new 8f9bb802233 Fix unused variable warnings. NFCI.
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: lib/Target/X86/X86ISelLowering.cpp | 3 -- lib/Transforms/InstCombine/InstCombineCalls.cpp | 17 +++++++++ .../InstCombine/AArch64/aes-intrinsics.ll | 44 ++++++++++++++++++++++ test/Transforms/InstCombine/ARM/aes-intrinsics.ll | 43 +++++++++++++++++++++ 4 files changed, 104 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/InstCombine/AArch64/aes-intrinsics.ll create mode 100644 test/Transforms/InstCombine/ARM/aes-intrinsics.ll