[clang] Clang: Support minimumnum and maximumnum intrinsics (PR #96281)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 11 03:19:48 PDT 2024


================
@@ -15314,6 +15314,32 @@ bool FloatExprEvaluator::VisitCallExpr(const CallExpr *E) {
       Result = RHS;
----------------
arsenm wrote:

Unrelated, but why is up here reproducing logic that's already in APFloat? 

https://github.com/llvm/llvm-project/pull/96281


More information about the cfe-commits mailing list