[PATCH] D14969: MachineScheduler: Allow independent scheduling of sub register defs

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 11:41:58 PST 2015


MatzeB updated this revision to Diff 42745.
MatzeB added a comment.

New versions which builds RegisterOperands in MachineScheduler instead of RegisterPressure. This has the effect that the machine instructions are modified outside of the RegisterPressureTracker now.


Repository:
  rL LLVM

http://reviews.llvm.org/D14969

Files:
  include/llvm/CodeGen/MachineScheduler.h
  include/llvm/CodeGen/RegisterPressure.h
  include/llvm/CodeGen/ScheduleDAGInstrs.h
  lib/CodeGen/MachineScheduler.cpp
  lib/CodeGen/RegisterPressure.cpp
  lib/CodeGen/ScheduleDAGInstrs.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14969.42745.patch
Type: text/x-patch
Size: 20335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151214/533d4463/attachment.bin>


More information about the llvm-commits mailing list