[all-commits] [llvm/llvm-project] e165bc: [SLP][AArch64] Extend extracts-from-scalarizable-v...

David Green via All-commits all-commits at lists.llvm.org
Wed Jun 28 09:16:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e165bc263132d3445f69a31e95a7b82336ec7a1b
      https://github.com/llvm/llvm-project/commit/e165bc263132d3445f69a31e95a7b82336ec7a1b
  Author: David Green <david.green at arm.com>
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
    M llvm/test/Transforms/SLPVectorizer/AArch64/extracts-from-scalarizable-vector.ll

  Log Message:
  -----------
  [SLP][AArch64] Extend extracts-from-scalarizable-vector.ll test for cmp cost testing. NFC

See D153507. The existing test is over-simplified, as written it should have
been simpified prior to SLP vectorization. I have left it as-is to ensure the
crash it was protecting against doesn't arise again. A new test with valid
inputs is also added to show the incorrect costs of alt cmp vectorization.




More information about the All-commits mailing list