[PATCH] D148905: [Vectorize] Fix vectorization of llvm.is.fpclass
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 21 01:54:43 PDT 2023
foad created this revision.
foad added reviewers: fhahn, mstorsjo, arsenm, nikic.
Herald added subscribers: StephenFan, rogfer01, hiraditya.
Herald added a project: All.
foad requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, vkmr, wdng.
Herald added a project: LLVM.
llvm.is.fpclass is different from other vectorizable intrinsics in that
it is overloaded on an argument type, not on the return type.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148905
Files:
llvm/include/llvm/Analysis/VectorUtils.h
llvm/lib/Analysis/VectorUtils.cpp
llvm/lib/Transforms/Scalar/Scalarizer.cpp
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
llvm/test/Transforms/LoopVectorize/ARM/is_fpclass.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148905.515648.patch
Type: text/x-patch
Size: 7845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230421/676a15d0/attachment.bin>
More information about the llvm-commits
mailing list