[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:38 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.
+///
+/// \param UseFP The intention is to perform the comparison using floating-point
----------------
spavloff wrote:
`UseFCmp` would be more descriptive.
https://github.com/llvm/llvm-project/pull/100378
More information about the llvm-commits
mailing list