[PATCH] D87854: [SCEV] Use information from assume for BE taken count.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 13:52:01 PDT 2020


jdoerfert added a comment.

commit message?



================
Comment at: llvm/lib/Analysis/ScalarEvolution.cpp:12600
+    if (!Cmp)
+      continue;
+
----------------
Nit: perform the dyn_cast first, dominance check is probably more costly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87854



More information about the llvm-commits mailing list