Files
clang-p2996/mlir/lib/IR/Operation.cpp
Christian Ulmann 89c5c3ba38 [MLIR][IR] Add assert to Operation::moveBefore (NFC) (#137772)
This commit adds an assert to `Operation::moveBefore` which ensures that
moving of operations without a parent block is detected early on. This
case otherwise runs into a segfault, as it's assumed that there is an
parent block.
2025-04-29 12:38:34 +02:00

52 KiB