Initial hazard recognizer support in post-pass scheduling. This includes
authorDan Gohman <gohman@apple.com>
Fri, 16 Jan 2009 01:33:36 +0000 (01:33 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 16 Jan 2009 01:33:36 +0000 (01:33 +0000)
commit2836c283bb1c14baa50994f60769d665da608ad7
treef6cad74308a8230fa81c059574a33c8b36cde05a
parent153745cc1f82fdfc66b5e68c9146d3339cbebf73
Initial hazard recognizer support in post-pass scheduling. This includes
a new toy hazard recognizier heuristic which attempts to direct the
scheduler to avoid clumping large groups of loads or stores too densely.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62291 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ScheduleHazardRecognizer.h
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
lib/Target/PowerPC/PPCHazardRecognizers.cpp
lib/Target/PowerPC/PPCHazardRecognizers.h