[PATCH] D30941: Better testing of schedule model instruction latencies/throughputs

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 11:31:29 PDT 2017


RKSimon added inline comments.


================
Comment at: include/llvm/CodeGen/TargetSchedule.h:184
                                 const MachineInstr *DepMI) const;
+  double computeInstrRThroughput(const MachineInstr *MI,
+                                   bool UseDefaultThroughput = true) const;
----------------
Add doxygen comment.


https://reviews.llvm.org/D30941





More information about the llvm-commits mailing list