[PATCH] D134783: [PowerPC] Fix a number of inefficiencies and issues with atomic code gen
Kit Barton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 13:48:44 PDT 2022
kbarton added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp:1380
+ return true;
+ }
default:
----------------
What about `ppc_sthcx` and `ppc_stbcx`?
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