It looks like a regression after D151737: shape of the elemental
call became rank-0.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Look great! Thanks for figuring this out and fixing it.
flang/lib/Evaluate/shape.cpp | ||
---|---|---|
814 | Minor: if you declare anyArrayArgRank as std::size_t, you won't have to cast it later. |
Minor: if you declare anyArrayArgRank as std::size_t, you won't have to cast it later.