================ @@ -219,9 +219,13 @@ findSplitPointForStackProtector(MachineBasicBlock *BB, /// (i.e. fewer instructions should be required to lower it). An example is the /// test "inf|normal|subnormal|zero", which is an inversion of "nan". /// \param Test The test as specified in 'is_fpclass' intrinsic invocation. +/// +/// \param UseFP The intention is to perform the comparison using floating-point +/// compare instructions which check for nan. +/// ---------------- spavloff wrote:
In the example in https://llvm.org/docs/CodingStandards.html#doxygen-use-in-documentation-comments parameter lines are not separated by blank lines. It is not a big deal, but the params separated from each other and NOT separated from the description didn't look good. https://github.com/llvm/llvm-project/pull/100378 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits