[all-commits] [llvm/llvm-project] 282d50: [mlir][Transform] Fix crash with invalid ir for tr...
Kunwar Grover via All-commits
all-commits at lists.llvm.org
Tue Dec 19 09:46:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 282d501476284c46fd943dcbae87494cb08e2c5f
https://github.com/llvm/llvm-project/commit/282d501476284c46fd943dcbae87494cb08e2c5f
Author: Kunwar Grover <groverkss at gmail.com>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M mlir/lib/Dialect/Transform/Transforms/TransformInterpreterUtils.cpp
A mlir/test/Dialect/Transform/include/test-interpreter-library-invalid/definitions-invalid.mlir
A mlir/test/Dialect/Transform/preload-library-invalid.mlir
Log Message:
-----------
[mlir][Transform] Fix crash with invalid ir for transform libraries (#75649)
This patch fixes a crash caused when the transform library interpreter
is given an IR that fails to parse.
More information about the All-commits
mailing list