[libc-commits] [PATCH] D153232: [libc] Disable atomic optimizations for `libc` AMDGPU builds

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 21 08:24:06 PDT 2023


jhuber6 added a comment.

In D153232#4437296 <https://reviews.llvm.org/D153232#4437296>, @pravinjagtap wrote:

> The D153261 <https://reviews.llvm.org/D153261> should be fixing the issue. Also, We need to reverse this changes since the command line option `amdgpu-atomic-optimizations` will be removed completely through D153007 <https://reviews.llvm.org/D153007>. Now, -amdgpu-atomic-optimizer-strategy=None disables the atomic optimizer pass.

Thanks for the fix, I've removed this upstream.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153232



More information about the libc-commits mailing list