Symbols corresponding to entries returning character results
must be mapped to EmboxCharOp, first, before we can map them
to DeclareOp. The code may be reworked after HLFIR is enabled
by default, but right now it seems like an acceptable solution to me.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks, that looks good to me. Long term, we could maybe use a different map to store the MLIR block argument until they the specification are lowered and symbols can be fully mapped, but right now this would indeed be a sizable change with little reward.