[PATCH] D20769: [IPRA] Interprocedural Register Allocation - Analysis Passes

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 13:28:03 PDT 2016


mehdi_amini accepted this revision.
mehdi_amini added a comment.
This revision is now accepted and ready to land.

LGTM, with one inline comment.


================
Comment at: include/llvm/CodeGen/RegisterUsageInfo.h:59
@@ +58,3 @@
+
+  /// This method is provided to query stored RegMask for given Function *.
+  const std::vector<uint32_t> *getRegUsageInfo(const Function *FP);
----------------
Strip the  "this method is provided to" everywhere.
And here add that it will return null if the function is not known.


http://reviews.llvm.org/D20769





More information about the llvm-commits mailing list