[PATCH] D78105: [CSInfo][ISEL] Call site info generation support for Mips

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 11:25:26 PDT 2020


vsk added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This seems to be in great shape. Does it have any dependencies?



================
Comment at: llvm/lib/Target/Mips/MipsISelLowering.cpp:3355
+
+      // Collect \p CSInfo about which register passes which parameter.
+      const TargetOptions &Options = DAG.getTarget().Options;
----------------
nit, this won't feed into doxygen, so the \p can be dropped.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78105/new/

https://reviews.llvm.org/D78105





More information about the llvm-commits mailing list