[PATCH] D61144: [LoopIdiomRecognize] BCmp loop idiom recognition

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 10:21:07 PDT 2019


lebedev.ri added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:228
+    Value *LoadSrcA, *LoadSrcB;
+    Value *LoadA_, *LoadB_;
+  };
----------------
courbet wrote:
> Is there any reason for the trailing `_` ?
Right. No reason now that they are in a struct. I'll drop trailing `_`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61144





More information about the llvm-commits mailing list