Exisitng version is always limited to some specific op.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Do we still need a version operating on some specific op? If no, I can remove it completely.
Comment Actions
I would say yes (at least for now). I would only expect people to use the interface variant if they might actually have multiple types of functions (where they want all to be converted).
mlir/lib/Transforms/Utils/DialectConversion.cpp | ||
---|---|---|
3118–3135 | Can we share the implementation here? It's a bit sad to duplicate. |
Can we share the implementation here? It's a bit sad to duplicate.