[PATCH] D16829: An implementation of Swing Modulo Scheduling
Mark Schimmel via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 1 07:58:54 PST 2016
marksl added inline comments.
================
Comment at: lib/CodeGen/MachinePipeliner.cpp:1701
@@ +1700,3 @@
+
+/// Compute the Pred_L(O) set, as defined in the paper. The set is defined
+/// as the predecessors of the elements of NodeOrder that are not also in
----------------
What paper are you referring to?
http://reviews.llvm.org/D16829
More information about the llvm-commits
mailing list