[PATCH] D69563: [LV] Strip wrap flags from vectorized reductions
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 06:12:38 PST 2019
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:383
+/// Return set of instructions comprising reduction defined by \p Phi
+static void collectReduInstructions(PHINode *Phi, Loop *L,
+ SmallPtrSetImpl<Instruction*> &Result) {
----------------
formatting seems off. Could you run clang-format on the diff?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69563/new/
https://reviews.llvm.org/D69563
More information about the llvm-commits
mailing list