[PATCH] D69563: [LV] Strip wrap flags from vectorized reductions
    Denis Antrushin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Dec  2 06:31:23 PST 2019
    
    
  
dantrushin marked 2 inline comments as done.
dantrushin 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) {
----------------
fhahn wrote:
> formatting seems off. Could you run clang-format on the diff?
Thanks for catching this. Fixed
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