[llvm] change contents of ScalarEvolution from private to protected (PR #83052)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 16 19:52:30 PDT 2024


================
@@ -460,6 +460,10 @@ class ScalarEvolution {
     LoopComputable ///< The SCEV varies predictably with the loop.
   };
 
+  bool AssumeLoopExits = false;
----------------
nikic wrote:

I'd make this AssumeLoopFinite to match existing terminology.

https://github.com/llvm/llvm-project/pull/83052


More information about the llvm-commits mailing list