Add constant to index the different values in a box so that
they can be reused for the codegen part as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Big thank you for this patch! IMHO it would be helpful to expand the comment, but it's already a big improvement as is!
flang/lib/Optimizer/CodeGen/TypeConverter.h | ||
---|---|---|
24 | [nit] I appreciate that we do know what box this is referring to, but it might be unclear to somebody completely new to this code-base. Perhaps it's worth referring to the CFI struct? And fir.box instead of box? |
[nit] I appreciate that we do know what box this is referring to, but it might be unclear to somebody completely new to this code-base. Perhaps it's worth referring to the CFI struct? And fir.box instead of box?