- let CreateTargetMIHazardRecognizer and CreateTargetPostRAHazardRecognizer to use ScheduleDAGInstrs instead of ScheduleDAG.
this way we will be able to use AliasAnalysis inside the HazaradRec
Paths
| Differential D46817
change passing ScheduleDAG with ScheduleDAGInstrs when creating HazaradRec AcceptedPublic Authored by atheel.ma on May 14 2018, 12:42 AM.
Details
Diff Detail
Event TimelineComment Actions Fine with me. I don't know if it's possible anyone still uses ScoreBoardHazardRecognizer with SelectionDAG scheduler, but they really need to stop doing that. This revision is now accepted and ready to land.May 14 2018, 10:28 AM Comment Actions thanks, Permission to llvm-mirror/llvm.git denied to atheelm
Revision Contents
Diff 146543 include/llvm/CodeGen/ScoreboardHazardRecognizer.h
include/llvm/CodeGen/TargetInstrInfo.h
lib/CodeGen/ScoreboardHazardRecognizer.cpp
lib/CodeGen/TargetInstrInfo.cpp
|
Nit: two semicolons