[all-commits] [llvm/llvm-project] b2f48c: [SLP][AArch64] Add SLP vectorizer tests for XOR an...

RosieSumpter via All-commits all-commits at lists.llvm.org
Tue Jun 22 07:23:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b2f48cc9142012aeac16b8a28070f630e6711d5d
      https://github.com/llvm/llvm-project/commit/b2f48cc9142012aeac16b8a28070f630e6711d5d
  Author: Rosie Sumpter <rosie.sumpter at arm.com>
  Date:   2021-06-22 (Tue, 22 Jun 2021)

  Changed paths:
    A llvm/test/Transforms/SLPVectorizer/AArch64/slp-and-reduction.ll
    A llvm/test/Transforms/SLPVectorizer/AArch64/slp-xor-reduction.ll

  Log Message:
  -----------
  [SLP][AArch64] Add SLP vectorizer tests for XOR and AND reductions. NFC

These regression tests show missed SLP vectorization opportunities,
which will be fixed in a future commit (see:
https://reviews.llvm.org/D104538).

Differential Revision: https://reviews.llvm.org/D104708




More information about the All-commits mailing list