PATCH [2 / 3] in series for RFC: https://discourse.llvm.org/t/rfc-supporting-armv9-scalable-matrix-extension-sme-streaming-sve-ssve-mode-in-mlir/70678
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thank you :)
I am wondering whether this is really required. Looking at Bufferization/Transforms/Passes.h and then Bufferization/Transforms/Passes.td, which also defines some pass options, right? It doesn't look that different to what you are trying to do for https://reviews.llvm.org/D150934.
If this is indeed required, I'd merge this change https://reviews.llvm.org/D150934. In isolation the rationale is less clear.
Comment Actions
Thanks for the pointer, this patch isn't necessary when following how it's done there, abandoning this and updating the pass, cheers!