[Mlir-commits] [mlir] [mlir][Transform] Fix crash with invalid ir for transform libraries (PR #75649)
Kunwar Grover
llvmlistbot at llvm.org
Sat Dec 16 04:54:54 PST 2023
Groverkss wrote:
> Thanks for the patch. Please add the test that actually tests the behavior the patch is fixing. Removing the changes in `.cpp` doesn't make the test fail. This file should likely be passed as "library" via one of the mechanisms that ultimately invokes this function.
Thank you for checking. I pushed a test that uses the library mechanisms to check for failure. Also confirmed that the tests fail without the .cpp change now.
https://github.com/llvm/llvm-project/pull/75649
More information about the Mlir-commits
mailing list