[all-commits] [llvm/llvm-project] d842b8: [SLP] Add tests with selects that can be turned in...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Oct 22 09:26:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d842b8868771a9b6b039144c1f7550adec245f0c
      https://github.com/llvm/llvm-project/commit/d842b8868771a9b6b039144c1f7550adec245f0c
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-10-22 (Thu, 22 Oct 2020)

  Changed paths:
    A llvm/test/Transforms/SLPVectorizer/AArch64/vectorizable-selects-min-max.ll

  Log Message:
  -----------
  [SLP] Add tests with selects that can be turned into min/max.

AArch64 does not have a flexible vector select instruction. In some
cases, the selects can be turned into min/max however, for which there
are dedicated vector instructions on AArch64.

This patch adds some tests for such cases.




More information about the All-commits mailing list