[PATCH] D53147: [DAG] Fix Big Endian in Load-Store forwarding

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 11 10:22:12 PDT 2018


niravd created this revision.
niravd added reviewers: rnk, RKSimon, waltl.
Herald added subscribers: jsji, atanasyan, jrtc27, hiraditya, nemanjai, sdardis.

Correct offset calculation in load-store forwarding for big-endian
targets.


Repository:
  rL LLVM

https://reviews.llvm.org/D53147

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/Mips/cconv/vector.ll
  llvm/test/CodeGen/PowerPC/big-endian-store-forward.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53147.169241.patch
Type: text/x-patch
Size: 4378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181011/17d01557/attachment.bin>


More information about the llvm-commits mailing list