Add stopped_images to the list of intrinsic functions. Add a semantics test for stopped_images.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This comment was removed by ngeorge1098.
Comment Actions
I would add error directives for repeated keywords in the semantics test.
stopped = stopped_images(team=home, team=league(1)) stopped = stopped_images(kind=c_int32_t, kind=c_int64_t)
This comment was removed by ngeorge1098.
Comment Actions
Thanks @ngeorge1098 for reviewing the test.
Could one of the reviewers (@klausler, @jeanPerier, @PeteSteinfeld, @craig.rasmussen) who has experience with flang/lib/Evaluate/intrinsics.cpp review my edits to add stopped_images to the list of intrinsic functions?