[llvm] [Support] Make getMaxValue and getMinValue constexpr variables (NFC) (PR #161480)

Tim Gymnich via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 1 01:51:17 PDT 2025


https://github.com/tgymnich approved this pull request.

LGTM, the `inline` seems unnecessary since `static` and `constexpr` should already imply `inline` on data members.

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


More information about the llvm-commits mailing list