[clang] [Clang][CodeGen] Fix builtin_fpclassify with llvm.is.fpclass (PR #183430)
Yeongu Choe via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 11 03:14:02 PDT 2026
================
@@ -233,4 +232,4 @@ void test_isnormal(double d) {
P(isnormal, (d));
return;
-}
+}
----------------
YeonguChoe wrote:
@arsenm
I fixed FileCheck test in `clang/test/CodeGen/strictfp_builtins.c` and added test in `test/CodeGen/builtins.c`.
Thanks.
https://github.com/llvm/llvm-project/pull/183430
More information about the cfe-commits
mailing list