[PATCH] D16829: An implementation of Swing Modulo Scheduling

Mark Schimmel via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 1 09:08:26 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
----------------
marksl wrote:
> What paper are you referring to?
Sorry, I found it was Tanya Lattner's paper.


http://reviews.llvm.org/D16829





More information about the llvm-commits mailing list