[Mlir-commits] [mlir] [mlir][linalg-transform] dyn_cast DestinationStyleOpInterface and early return (PR #166299)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed Nov 5 03:02:00 PST 2025
https://github.com/ftynse commented:
For testing, you can add new ops into the test dialect and give them some trivial implementation of the interface, like do nothing or return failure. We only need to check there's no crash, not a particular behavior.
https://github.com/llvm/llvm-project/pull/166299
More information about the Mlir-commits
mailing list