[llvm] [NFC][LLVM] Namespace cleanup in ScalarEvolution (PR #166620)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 18 11:21:52 PST 2025


https://github.com/kazutakahirata commented:

The `ScalarEvolutionDivision.cpp` bits look good.  I'm not sure about the `ScalarEvolution.cpp` bits.  I generally like clean code, but if we have to add a comment to accomplish the cleanup task, we might be increasing cognitive load.  The reader would have to understand the code itself and why the code is written in a particular manner.

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


More information about the llvm-commits mailing list