[PATCH] D108275: [NFC][loop-idiom] Rename Stores to IgnoredInsts; Fix a typo

Dawid Jurczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 18 06:02:48 PDT 2021


yurai007 added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:1445
 
   // Okay, the memcpy has been formed.  Zap the original store and anything that
   // feeds into it.
----------------
Out of the scope but maybe it's good opportunity to change it to something like "new call has been formed"?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108275



More information about the llvm-commits mailing list