[PATCH] D16829: An implementation of Swing Modulo Scheduling
Mark Schimmel via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 11 09:59:53 PST 2016
marksl added inline comments.
================
Comment at: include/llvm/Target/TargetInstrInfo.h:1049
@@ -1012,1 +1048,3 @@
+ /// Return true for post-incremented instructions.
+ virtual bool isPostIncrement(const MachineInstr* MI) const {
----------------
Should this return true for pre & post increment & decrement?
http://reviews.llvm.org/D16829
More information about the llvm-commits
mailing list