[PATCH] D140046: [PowerPC] Fix up memory ordering after combining BV to a load

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 14:18:51 PST 2022


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

Forgot to remove the redundant checks for input chain equality now that I switched to `areNonVolatileConsecutiveLoads()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140046

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/build-vector-to-ld-chain.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140046.483341.patch
Type: text/x-patch
Size: 6657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221215/800e242f/attachment.bin>


More information about the llvm-commits mailing list