[all-commits] [llvm/llvm-project] 013235: [RISCV][NFC] Add tests for SLP vectorization of ma...

Ben Shi via All-commits all-commits at lists.llvm.org
Thu Mar 9 15:34:42 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 013235a2000d155dee8288a1665efcac152d4ea4
      https://github.com/llvm/llvm-project/commit/013235a2000d155dee8288a1665efcac152d4ea4
  Author: Ben Shi <powerman1st at 163.com>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

  Changed paths:
    A llvm/test/Transforms/SLPVectorizer/RISCV/math-function.ll

  Log Message:
  -----------
  [RISCV][NFC] Add tests for SLP vectorization of math functions

RISCV has "vfabs.v" and "vfsqrt.v" so math functions abs and sqrt
can be SLP vectorized. But others exp/log/sin/asin/sinh/asinh/...
can not.

Reviewed By: reames

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




More information about the All-commits mailing list