[PATCH] D76373: [LV] Replace stored value with a VPValue (NFCI)

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 11:16:59 PDT 2020


Ayal added a comment.

This looks good to me too, thanks, with minor nit.



================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:6815
+    return new VPWidenMemoryInstructionRecipe(*Load, Addr, Mask);
+  else {
+    StoreInst *Store = cast<StoreInst>(I);
----------------
https://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76373/new/

https://reviews.llvm.org/D76373





More information about the llvm-commits mailing list