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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 00:51:38 PST 2024


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

```suggestion
  bool AssumeLoopExits = false;
```

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


More information about the llvm-commits mailing list