[all-commits] [llvm/llvm-project] b7aeec: Revert "Stop traping on sNaN in __builtin_isinf"
RoboTux via All-commits
all-commits at lists.llvm.org
Thu Mar 4 04:07:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7aeece47ce58fc44d699979f1ce80ab42837fd6
https://github.com/llvm/llvm-project/commit/b7aeece47ce58fc44d699979f1ce80ab42837fd6
Author: Thomas Preud'homme <thomasp at graphcore.ai>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/X86/strictfp_builtins.c
M clang/test/CodeGen/aarch64-strictfp-builtins.c
M clang/test/CodeGen/builtin_float_strictfp.c
M clang/test/CodeGen/strictfp_builtins.c
Log Message:
-----------
Revert "Stop traping on sNaN in __builtin_isinf"
This reverts commit 1b6eb56aa0ea2931866455a21a138fc09c08e905 because the
invert logic for isfinite is incorrect.
More information about the All-commits
mailing list