[PATCH] D152328: InstrProf - don't emit 64 bit atomic operations on 32 bit platforms

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 17:42:01 PDT 2023


davidxl added a comment.

My understanding is that atomic update is enabled in some shared build environment thus causing problems for the 32 bit target. If that is not the case, it is perhaps better to use -fprofile-update option to control the behavior as suggested by Ellis.


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

https://reviews.llvm.org/D152328



More information about the llvm-commits mailing list