[PATCH] D132344: [LV][SLP] Mark is_fpclass as vectorizable
Yueh-Ting (eop) Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 21 00:53:33 PDT 2022
eopXD added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:4185
+ SmallVector<Type *, 2> TysForDecl;
+ if (UseReturnOverloadType)
+ TysForDecl.push_back(CI.getType());
----------------
I guess you will need the same change under `VPlanRecipes::widenPredicateCallHelper` too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132344/new/
https://reviews.llvm.org/D132344
More information about the llvm-commits
mailing list