[PATCH] D134783: [PowerPC] Fix a number of inefficiencies and issues with atomic code gen
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 15:34:18 PDT 2022
nemanjai added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp:1380
+ return true;
+ }
default:
----------------
kbarton wrote:
> What about `ppc_sthcx` and `ppc_stbcx`?
Ah good catch. I missed the subword ones. I'll add them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134783/new/
https://reviews.llvm.org/D134783
More information about the llvm-commits
mailing list