Issue 52941
Summary Linalg makes heavy copies (LinalgTilingOptions, LinalgTransformationFilter, ...)
Labels mlir:linalg
Assignees matthias-springer, nicolasvasilache
Reporter joker-eph
    They aren't "small object", but it seems that right now every pattern API takes these by value and keeps a copy of it. I would think that only the top-level pass keeps these alive and then a reference can be used everywhere else.


_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to