[PATCH] D124728: Allow pointer types for atomicrmw xchg

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 07:19:22 PDT 2022


asb added a comment.
Herald added a subscriber: kosarev.

One thing that's not immediately clear to me is what the the appropriate handling of pointers with a non-default address space should be? I think specifically, atomicrmw of non-integral pointer types may have to be disallowed?


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

https://reviews.llvm.org/D124728



More information about the llvm-commits mailing list