[PATCH] D35229: [CodeGen] Add support for instruction clusters

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 16:32:08 PDT 2017


evandro created this revision.
Herald added a subscriber: hiraditya.

Perform the clustering of instructions in the scheduler by using information from the machine model.


Repository:
  rL LLVM

https://reviews.llvm.org/D35229

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35229.105938.patch
Type: text/x-patch
Size: 5312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170710/9aac4dcb/attachment.bin>


More information about the llvm-commits mailing list