AaronBallman wrote: > Should they be valid for `constexpr` functions? Sure, but perhaps not for `consteval` functions. A `constexpr` function can be deferred to runtime, whereas a `consteval` one cannot. WDYT? https://github.com/llvm/llvm-project/pull/67360