[PATCH] Move Post RA Scheduling flag bit into SchedMachineModel

Sanjay Patel spatel at rotateright.com
Thu Jul 3 16:39:43 PDT 2014


Partial implementation of moving enablePostRAScheduler() into the PostRAScheduler class. We now need virtual functions for the AntiDepBreakMode and CriticalPathRCs - and I think we'll need another for the OptLevel too. I didn't implement any of those for any targets in case I've misunderstood the request.

Does this match what you are suggesting, Hal?

http://reviews.llvm.org/D4217

Files:
  include/llvm/MC/MCSchedule.h
  include/llvm/Target/TargetSchedule.td
  include/llvm/Target/TargetSubtargetInfo.h
  lib/CodeGen/PostRASchedulerList.cpp
  lib/Target/TargetSubtargetInfo.cpp
  lib/Target/X86/X86Schedule.td
  lib/Target/X86/X86ScheduleAtom.td
  lib/Target/X86/X86ScheduleSLM.td
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  utils/TableGen/SubtargetEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4217.11068.patch
Type: text/x-patch
Size: 10579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140703/0cd51e47/attachment.bin>


More information about the llvm-commits mailing list