num_images had previously been added to the list of intrinsics
before the type team_type had been implemented. Now that team_type
is implemented, add the num_images call that has the team argument.
Update the semantics tests for num_images.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/test/Semantics/num_images02.f90 | ||
---|---|---|
23–24 | It looks like this comment should go away. |
Comment Actions
- In the semantics test, remove section of comment that says "not yet supported" when referring to the team argument
- Fix the formatting in the changes in flang/lib/Evaluate/intrinsics.cpp after running git clang-format
flang/test/Semantics/num_images02.f90 | ||
---|---|---|
23–24 | Thank you for catching that! I have now removed the "not yet supported" part of that comment. |
Comment Actions
I don't have push permissions, so if there is no more feedback on this differential, can someone push this to main for me please?
It looks like this comment should go away.