[PATCH] D154738: [SLP]Introduce isLegalVectorOp to check if the vector instruction is going to be scalarized.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 1 06:09:44 PDT 2023
ABataev added inline comments.
================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/sin-sqrt.ll:2
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt < %s -mtriple=x86_64-unknown-linux -mcpu=skylake-avx512 -passes=slp-vectorizer -S | FileCheck %s
----------------
RKSimon wrote:
> do we have a fveclib that we can add test coverage for that will vectorize sin calls?
There is AArch64/accelerate-vector-functions-inseltpoison.ll for AArch64, will add SVML for x86
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154738/new/
https://reviews.llvm.org/D154738
More information about the llvm-commits
mailing list