[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 10:00:26 PDT 2022


nemanjai updated this revision to Diff 464723.
nemanjai added a comment.

Add test cases specifically for branching on store conditional.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134783

Files:
  llvm/include/llvm/IR/IntrinsicsPowerPC.td
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  llvm/test/CodeGen/PowerPC/PR35812-neg-cmpxchg.ll
  llvm/test/CodeGen/PowerPC/all-atomics.ll
  llvm/test/CodeGen/PowerPC/atomic-1.ll
  llvm/test/CodeGen/PowerPC/atomic-2.ll
  llvm/test/CodeGen/PowerPC/atomic-float.ll
  llvm/test/CodeGen/PowerPC/atomic-minmax.ll
  llvm/test/CodeGen/PowerPC/atomics-regression.ll
  llvm/test/CodeGen/PowerPC/atomics.ll
  llvm/test/CodeGen/PowerPC/branch-on-store-cond.ll
  llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-check-ldarx-opt.ll
  llvm/test/CodeGen/PowerPC/loop-comment.ll
  llvm/test/CodeGen/PowerPC/pr30451.ll
  llvm/test/CodeGen/PowerPC/sign-ext-atomics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134783.464723.patch
Type: text/x-patch
Size: 216274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221003/e9bbd77c/attachment-0001.bin>


More information about the llvm-commits mailing list