An unlimited polymoprhic entity can be allocated with a derived type
spec or an intrinsic type spec. This patch add the generation of the
runtime function call when the allocation is done with an intrinsic
type spec.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Aside from the one nit, things build and test correctly and look good. I don't understand this code very well, though, so @jeanPerier should approve.
flang/lib/Lower/Allocatable.cpp | ||
---|---|---|
522 | Did you mean to say "derived type specific information"? |
Comment Actions
Small nit. LGTM otherwise.
flang/lib/Lower/Allocatable.cpp | ||
---|---|---|
509 | Could you name the argument corank instead of c0 to help readers ? (I saw it is named like that below, but I guess it could also be changed). |
Could you name the argument corank instead of c0 to help readers ? (I saw it is named like that below, but I guess it could also be changed).