[Mlir-commits] [mlir] [mlir][Vector][NFC] Move canonicalizers for DenseElementsAttr to folders (PR #127995)
Jakub Kuderski
llvmlistbot at llvm.org
Thu Feb 20 08:28:53 PST 2025
https://github.com/kuhar commented:
> Folders are local, and it's always better to implement a folder than a canonicalizer.
In the past we tried to be cautious of IR size and bail out of canonicalizers if they produced large constants. I wonder if moving to folders raises the bar even higher.
https://github.com/llvm/llvm-project/pull/127995
More information about the Mlir-commits
mailing list