This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0a79c1cc12c NFC. Documenting Native tablegen dependency new 2ea81992bf4 [InstCombine][NFC] Tests for non-canonical clamp-like pattern new 503e9cf3643 [AArch64] Expand bcmp() for small block lengths
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/AArch64/AArch64ISelLowering.cpp | 4 + lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 13 + lib/Target/AArch64/AArch64TargetTransformInfo.h | 3 + test/CodeGen/AArch64/bcmp-inline-small.ll | 44 ++ ...ern-between-negative-and-positive-thresholds.ll | 446 +++++++++++++++++++++ ...-pattern-between-zero-and-positive-threshold.ll | 382 ++++++++++++++++++ 6 files changed, 892 insertions(+) create mode 100644 test/CodeGen/AArch64/bcmp-inline-small.ll create mode 100644 test/Transforms/InstCombine/canonicalize-clamp-like-pattern-bet [...] create mode 100644 test/Transforms/InstCombine/canonicalize-clamp-like-pattern-bet [...]