[llvm] [llvm] Make charset constexpr (NFC) (PR #137535)

Aaron Gokaslan via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 28 06:54:47 PDT 2025


Skylion007 wrote:

> What is the motivation for this change?

Code modernization, potentially better constant folding, and better static analysis on the expression. I just saw this variable on another PR and thought it could be updated.

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


More information about the llvm-commits mailing list