[PATCH] D102819: [PowerPC] Add fix to partword atomic operations

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 18:25:56 PDT 2021


stefanp created this revision.
stefanp added reviewers: nemanjai, lei.
Herald added subscribers: shchenz, jfb, kbarton, hiraditya.
stefanp requested review of this revision.
Herald added a project: LLVM.

Partword atomic binaries are not zero extended as they should be.
This patch fixes them to ensure that they are zero extended.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102819

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/atomics.ll
  llvm/test/CodeGen/PowerPC/ppc-partword-atomic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102819.346607.patch
Type: text/x-patch
Size: 6618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210520/3324ae73/attachment.bin>


More information about the llvm-commits mailing list