Files
clang-p2996/mlir/unittests/IR/DialectTest.cpp
Matthias Springer 012b148dd9 [mlir] Fix crash when adding nested dialect extensions
A dialect extension can add additional dialect extensions in its `apply` function. This used to crash when the vector of `extensions` was internally reallocated while it is being iterated over.

Differential Revision: https://reviews.llvm.org/D158838
2023-08-26 10:01:18 +02:00

6.7 KiB