[PATCH] D122377: [PowerPC] Support 16-byte lock free atomics on pwr8 and up

Kai Luo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 6 21:12:14 PDT 2022


lkail added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/atomics-i128.ll:77
+; AIX64-PWR8-NEXT:    sync
+; AIX64-PWR8-NEXT:    bl .__sync_lock_test_and_set_16[PR]
+; AIX64-PWR8-NEXT:    nop
----------------
hubert.reinterpretcast wrote:
> What library is this expected to provide this symbol?
As far as I know, should be none on AIX. This issue is fixed in https://reviews.llvm.org/D122868.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122377



More information about the cfe-commits mailing list