[PATCH] D61359: [CodeGen] Rename DEBUG_TYPE for default hazard recognizer.
Austin Kerbow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 15:06:43 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL360198: [CodeGen] Rename DEBUG_TYPE for default hazard recognizer. (authored by kerbowa, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D61359?vs=197497&id=198541#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61359/new/
https://reviews.llvm.org/D61359
Files:
llvm/trunk/lib/CodeGen/TargetInstrInfo.cpp
Index: llvm/trunk/lib/CodeGen/TargetInstrInfo.cpp
===================================================================
--- llvm/trunk/lib/CodeGen/TargetInstrInfo.cpp
+++ llvm/trunk/lib/CodeGen/TargetInstrInfo.cpp
@@ -1009,7 +1009,7 @@
CreateTargetMIHazardRecognizer(const InstrItineraryData *II,
const ScheduleDAG *DAG) const {
return (ScheduleHazardRecognizer *)
- new ScoreboardHazardRecognizer(II, DAG, "misched");
+ new ScoreboardHazardRecognizer(II, DAG, "machine-scheduler");
}
// Default implementation of CreateTargetPostRAHazardRecognizer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61359.198541.patch
Type: text/x-patch
Size: 594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190507/926fc719/attachment.bin>
More information about the llvm-commits
mailing list