[Mlir-commits] [mlir] [mlir][ods] Enable basic string interpolation in constraint summary. (PR #153603)
Rob Springer
llvmlistbot at llvm.org
Wed Oct 22 12:18:41 PDT 2025
================
@@ -269,6 +277,16 @@ std::string stringify(T &&t) {
apply(std::forward<T>(t));
}
+/// Helper to generate a C++ streaming error messages from a given message.
----------------
RobSpringer wrote:
(Or whatever to make the cardinality agree)
https://github.com/llvm/llvm-project/pull/153603
More information about the Mlir-commits
mailing list