[all-commits] [llvm/llvm-project] eecce2: Fix PDL verifiers to be resilient to invalid IR
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Jan 6 11:35:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eecce28dedfc1f3270584d8534a524f2c4e987d1
https://github.com/llvm/llvm-project/commit/eecce28dedfc1f3270584d8534a524f2c4e987d1
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-01-06 (Fri, 06 Jan 2023)
Changed paths:
M mlir/lib/Dialect/PDL/IR/PDL.cpp
Log Message:
-----------
Fix PDL verifiers to be resilient to invalid IR
This would cause a crash when calling `dump()` on an operation that
didn't have a parent yet.
More information about the All-commits
mailing list