[PATCH] D129513: [flang] Add `stopped_images` to list of intrinsics and add test

Naje George via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 15:35:31 PDT 2022


ngeorge1098 requested changes to this revision.
ngeorge1098 added a comment.
This revision now requires changes to proceed.

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)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129513/new/

https://reviews.llvm.org/D129513



More information about the llvm-commits mailing list