[PATCH] D42051: [ARM] Allow the scheduler to clone a node with glue to avoid a copy CPSR ↔ GPR.

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 08:40:36 PST 2018


rogfer01 updated this revision to Diff 130418.
rogfer01 retitled this revision from "[ARM] Avoid having to schedule a copy between CPSR and GPR in Thumb1 mode" to "[ARM] Allow the scheduler to clone a node with glue to avoid a copy CPSR ↔ GPR.".
rogfer01 edited the summary of this revision.
rogfer01 added a comment.
Herald added a subscriber: MatzeB.

Hi @efriedma gluing the nodes is too disruptive so I am exploring one of the alternatives you suggested. What do you think, does this look workable?


https://reviews.llvm.org/D42051

Files:
  include/llvm/CodeGen/TargetInstrInfo.h
  lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  lib/Target/ARM/Thumb1InstrInfo.cpp
  lib/Target/ARM/Thumb1InstrInfo.h
  test/CodeGen/Thumb/pr35836.ll
  test/CodeGen/Thumb/pr35836_2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42051.130418.patch
Type: text/x-patch
Size: 7546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180118/dbb6e0ed/attachment.bin>


More information about the llvm-commits mailing list