Add the atomic subroutines, atomic_define and atomic_ref, to the
list of intrinsic subroutines. Add a new function CheckAtomicDefineAndRef
to check that for each of these procedures, that their value arguments are
the same type as their atom arguments, and that their 3rd argument is not
coindexed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
All builds and tests correctly and looks good.
Thanks for implementing these intrinsics!