[Mlir-commits] [mlir] Save unregistered attrs after type conversion. (PR #135084)
Matthias Springer
llvmlistbot at llvm.org
Tue Aug 19 09:32:36 PDT 2025
matthias-springer wrote:
> One thing we are looking at trying is defining our own `CallOp` conversion pattern. What do you think of that approach instead?
That's a good strategy. You know the semantics of these attributes in your downstream project, so it's safe to propagate them in code that's living in your code base.
https://github.com/llvm/llvm-project/pull/135084
More information about the Mlir-commits
mailing list