[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 01:08:34 PDT 2022


eopXD added inline comments.


================
Comment at: llvm/include/llvm/Analysis/VectorUtils.h:325
+/// first overloaded type.
+bool isVectorIntrinsicWithReturnOverloadType(Intrinsic::ID ID);
+
----------------
I personally think OverloadReturnType makes more sense.


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