nickdesaulniers wrote: > workaround a issue with LLP64 in test. The overflow testing is guarded by a constexpr but the literal overflow itself will still trigger warnings. Would a preprocessor guard be more appropriate then? https://github.com/llvm/llvm-project/pull/117718