[PATCH] ScheduleDAGInstrs: Optionally respect lanemasks when creating dependencies.

Matthias Braun matze at braunis.de
Thu Apr 16 19:16:19 PDT 2015


Hi qcolombet, atrick, tstellarAMD,

This changes the dependency calculation logic to a simple scheme where
we pickup all uses/defs in a reverse walk over the basic block. This
makes it easier to differentiate uses/defs with different lanemasks.
It also avoids the need for LiveInterval queries during dependency
construction, so the LiveIntervals reference can be moved upwards to the
MachineScheduler.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9068

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

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9068.23893.patch
Type: text/x-patch
Size: 17123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150417/8d0d8bee/attachment.bin>


More information about the llvm-commits mailing list