diff options
author | Christian Ulmann <christianulmann@gmail.com> | 2025-04-29 12:38:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 12:38:34 +0200 |
commit | 89c5c3ba38492de8163c344d076733b32d522727 (patch) | |
tree | 47927a083d651a135bee8d0b6176aaf2377a5a2b /clang/lib/InstallAPI/HeaderFile.cpp | |
parent | 93321966d90b5b8cfd178babd5e1dd0b3c1f082c (diff) | |
download | llvm-89c5c3ba38492de8163c344d076733b32d522727.zip llvm-89c5c3ba38492de8163c344d076733b32d522727.tar.gz llvm-89c5c3ba38492de8163c344d076733b32d522727.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/InstallAPI/HeaderFile.cpp')
0 files changed, 0 insertions, 0 deletions