Keep the extended value when lowering optional assumed type
dummy argument. The extended value is needed to lower correctly the
rest of the code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you use operands.emplace_back(converter.getSymbolExtendedValue(*assumedTypeSym, symMap)) in convertExpr.cpp instead of moving symBoxToExtendedValue?
Since ConvertExpr.cpp will be superseded, it is inconvenient to have helpers that HLFIR lowering relies upon inside it.