[PATCH] D111191: [SCEV] Search operand tree for scope bound when inferring flags from IR

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 6 15:04:27 PDT 2021


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

LGTM



================
Comment at: llvm/lib/Analysis/ScalarEvolution.cpp:6630
+        pushOp(Op);
+
+  }
----------------
nit: This newline probably shouldn't be here.


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

https://reviews.llvm.org/D111191



More information about the llvm-commits mailing list