[clang] [Clang][CodeGen] Fix builtin_fpclassify with llvm.is.fpclass (PR #183430)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 3 00:57:36 PST 2026
================
@@ -233,4 +232,4 @@ void test_isnormal(double d) {
P(isnormal, (d));
return;
-}
+}
----------------
arsenm wrote:
```suggestion
}
```
https://github.com/llvm/llvm-project/pull/183430
More information about the cfe-commits
mailing list