[Mlir-commits] [mlir] [mlir][linalg] Fix getSourceSkipUnary to only skip cast-like ops (PR #198725)
Hocky Yudhiono
llvmlistbot at llvm.org
Wed May 27 04:05:31 PDT 2026
hockyy wrote:
> A regression that was expecting broken behaviour needs to be rejected.
True... sorry, I worded it wrongly, I was thinking if we only modify the getSourceSkipUnary utility itself to skip every unary would cause other call site that needs the initial legacy behavior to fail.
After checking, it seems like it's only called at the specialize method
https://github.com/llvm/llvm-project/pull/198725
More information about the Mlir-commits
mailing list