This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6479eca14de [Inliner] Do not mix callsite and callee hotness based updates. new f69362835a8 Re-commit r302678, fixing PR33053.
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: lib/Target/AArch64/AArch64ISelLowering.cpp | 341 ++++------------- lib/Target/AArch64/AArch64ISelLowering.h | 1 + lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 25 ++ lib/Target/AArch64/AArch64TargetTransformInfo.h | 3 + test/CodeGen/AArch64/aarch64-addv.ll | 63 +-- test/CodeGen/AArch64/aarch64-minmaxv.ll | 424 ++++----------------- test/CodeGen/AArch64/arm64-vabs.ll | 42 +- test/Transforms/LoopVectorize/AArch64/pr33053.ll | 56 +++ .../LoopVectorize/AArch64/reduction-small-size.ll | 26 +- .../SLPVectorizer/AArch64/gather-root.ll | 40 +- 10 files changed, 271 insertions(+), 750 deletions(-) create mode 100644 test/Transforms/LoopVectorize/AArch64/pr33053.ll