[all-commits] [llvm/llvm-project] 901651: Revert "[clang][Interp] Implement __builtin_isnan()"
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Jul 28 12:00:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9016514c6bc34330b89dadfcd00e803a44b3cbc8
https://github.com/llvm/llvm-project/commit/9016514c6bc34330b89dadfcd00e803a44b3cbc8
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-07-28 (Fri, 28 Jul 2023)
Changed paths:
M clang/lib/AST/Interp/Function.cpp
M clang/lib/AST/Interp/Function.h
M clang/lib/AST/Interp/Interp.cpp
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/InterpBuiltin.cpp
M clang/test/Sema/constant-builtins-fmin.cpp
Log Message:
-----------
Revert "[clang][Interp] Implement __builtin_isnan()"
This reverts commit 8ad9dcb3869394e3a4ecb01631646237074723fe.
This breaks builders:
https://lab.llvm.org/buildbot/#/builders/139/builds/46363/steps/6/logs/FAIL__Clang__constant-builtins-fmin_cpp
Revert while I figure out what's going wrong.
More information about the All-commits
mailing list