[Mlir-commits] [mlir] [mlir][transform] Check for invalidated iterators on payload IR mappings (PR #66369)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Thu Sep 14 07:14:28 PDT 2023
================
@@ -178,6 +184,11 @@ class TransformState {
ParamMapping params;
ValueMapping values;
ValueMapping reverseValues;
+
+#ifndef NDEBUG
----------------
ftynse wrote:
Code that may change the size of the object should be guarded by `LLVM_ENABLE_ABI_BREAKING_CHECKS`.
https://github.com/llvm/llvm-project/pull/66369
More information about the Mlir-commits
mailing list