[PATCH] D26080: [DAG] Improve loads-from-store forwarding to handle TokenFactor

Nirav Dave via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 08:39:54 PDT 2016


niravd created this revision.
niravd added a reviewer: jyknight.
niravd added a subscriber: llvm-commits.
Herald added a subscriber: nemanjai.

Forward store values to matching loads down through token
factors. Factored from https://reviews.llvm.org/D14834.


https://reviews.llvm.org/D26080

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/Mips/o32_cc_byval.ll
  test/CodeGen/PowerPC/anon_aggr.ll
  test/CodeGen/PowerPC/complex-return.ll
  test/CodeGen/PowerPC/ppc64-align-long-double.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26080.76199.patch
Type: text/x-patch
Size: 6394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161028/ab826613/attachment.bin>


More information about the llvm-commits mailing list