[mlir][transform] Fix apply WithPDLPatternsOp with non-pattern op
Fix https://github.com/llvm/llvm-project/issues/60209 Fix crash with segmentation fault when transform::WithPDLPatternsOp is applied with non-pattern op. Added check for existing transform ops with pattern op. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D143474
Loading
Please sign in to comment