[PATCH] D24956: [SelectionDAG] Add expansion and promotion of [US]MUL_LOHI

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 07:13:04 PST 2016


chapuni added a comment.

I pruned three of \param(s) in r289057. Could you recheck them?



================
Comment at: llvm/trunk/include/llvm/Target/TargetLowering.h:3051
+  /// \param HalfVT The value type to use for the result nodes.
+  /// \param OnlyLegalOrCustom Only legal or custom instructions are used.
+  /// \param LL Low bits of the LHS of the MUL.  You can use this parameter
----------------
HalfVT and OnlyLegalOrCustom cannot be seen here.


================
Comment at: llvm/trunk/include/llvm/Target/TargetLowering.h:3067
   /// \param HiLoVT The value type to use for the Lo and Hi nodes.
+  /// \param OnlyLegalOrCustom Only legal or custom instructions are used.
   /// \param LL Low bits of the LHS of the MUL.  You can use this parameter
----------------
ditto.


Repository:
  rL LLVM

https://reviews.llvm.org/D24956





More information about the llvm-commits mailing list