[PATCH] D58911: DAG: Don't try to cluster loads with tied inputs

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 15:26:25 PST 2019


arsenm updated this revision to Diff 189790.
arsenm retitled this revision from " DAG: Don't break value dependencies when sorting loads by offset" to "DAG: Don't try to cluster loads with tied inputs".
arsenm edited the summary of this revision.
arsenm added a comment.

Just skip loads with tied inputs


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

https://reviews.llvm.org/D58911

Files:
  lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
  lib/Target/AMDGPU/SIISelLowering.cpp
  test/CodeGen/AMDGPU/chain-hi-to-lo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58911.189790.patch
Type: text/x-patch
Size: 6996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190307/b7e25e18/attachment.bin>


More information about the llvm-commits mailing list