[PATCH] D63704: [Scalarizer] Add scalarizer support for smul.fix.sat
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 04:04:28 PDT 2019
RKSimon added inline comments.
================
Comment at: llvm/lib/Analysis/VectorUtils.cpp:41
+/// for the scalar form of the intrinsic, and all except the ones handled in
+/// hasVectorInstrinsicScalarOpd vectors for the vector form of the intrinsic.
bool llvm::isTriviallyVectorizable(Intrinsic::ID ID) {
----------------
for the scalar form of the intrinsic, and vectors for all except the ones handled in hasVectorInstrinsicScalarOpd vectors for the vector form of the intrinsic.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63704/new/
https://reviews.llvm.org/D63704
More information about the llvm-commits
mailing list