[PATCH] D34596: [X86]: Adding a new priority function 'guided-src' for Scheduler DAG instruction scheduling.
Filipe Cabecinhas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 22:09:46 PDT 2017
filcab added inline comments.
================
Comment at: lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:58
+ "Heuristic based on already scheduled nodes, fall backs"
+ "on source order priority.",
+ createGuidedSrcListDAGScheduler);
----------------
This should have a space, otherwise when concatenating the strings we end up with `backson`.
https://reviews.llvm.org/D34596
More information about the llvm-commits
mailing list