This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c51faba7a0 [Transforms] Fix some Clang-tidy modernize and Include What [...] new 2f17a1b1cc1 AArch64: account for possible frame index operand in compares. new 37790cc1f70 AArch64: Enable AES instruction fusion on Cyclone. new 607acf30af8 AMDGPU : Fix an error for the llvm.cttz implementation.
The 3 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/AArch64.td | 7 +++++-- lib/Target/AArch64/AArch64InstrInfo.cpp | 6 ++++++ .../AArch64/AArch64RedundantCopyElimination.cpp | 3 +++ lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 5 ++--- test/CodeGen/AArch64/cmp-frameindex.ll | 19 +++++++++++++++++++ test/CodeGen/AMDGPU/cttz_zero_undef.ll | 3 +++ 6 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/AArch64/cmp-frameindex.ll