[PATCH] D122472: [PowerPC][Atomics] Fix lowering of llvm.ppc.cfence on i128 when `-ppc-quadword-atomics` is off

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 9 01:37:47 PDT 2022


lkail abandoned this revision.
lkail added a comment.

The issue is fixed by https://reviews.llvm.org/D122868. We don't need to lower `cfence` when emitting `__atomic*` libcalls.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122472



More information about the llvm-commits mailing list