This removes string ownership worries by putting everything into the context and allows more constructing identifiers programmatically.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Have you considered constructing identifiers in the constructor of Linalg dialect and just using them? That's what we do for llvm types.