[llvm] DAG: Handle lowering unordered compare with inf (PR #100378)
Serge Pavlov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 10:53:37 PDT 2024
================
@@ -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.
----------------
spavloff wrote:
Putting blank line before this line would make the doc prettier.
https://github.com/llvm/llvm-project/pull/100378
More information about the llvm-commits
mailing list