[PATCH] D134178: [SCEV] Calculate PHI range based on its underlying values instead of just its inputs

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 05:54:25 PDT 2022


mkazantsev added inline comments.


================
Comment at: llvm/lib/CodeGen/SafeStack.cpp:920
 
-    ScalarEvolution SE(F, TLI, ACT, *DT, LI);
+    PhiValues PV(F);
+
----------------
Can we reuse cached result from analysis?


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

https://reviews.llvm.org/D134178



More information about the llvm-commits mailing list