[PATCH] D77972: [VPlan] Move Load/Store checks out of tryToWiden (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 02:41:52 PDT 2020
fhahn marked 2 inline comments as done.
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:7018
+ return !CM.isScalarAfterVectorization(I, VF) &&
+ !CM.isProfitableToScalarize(I, VF);
};
----------------
Ayal wrote:
> clang-format?
Fixed in committed version.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77972/new/
https://reviews.llvm.org/D77972
More information about the llvm-commits
mailing list