[PATCH] D81230: Correctly report modified status for LoopIdiomRecognize

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 13:12:26 PDT 2020


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LG



================
Comment at: llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:1014
+class ExpandedValuesCleaner {
+
+  SCEVExpander &Expander;
----------------
New line here seems unusual?


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

https://reviews.llvm.org/D81230





More information about the llvm-commits mailing list