[all-commits] [llvm/llvm-project] 8ad9dc: [clang][Interp] Implement __builtin_isnan()
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Jul 28 11:50:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ad9dcb3869394e3a4ecb01631646237074723fe
https://github.com/llvm/llvm-project/commit/8ad9dcb3869394e3a4ecb01631646237074723fe
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:
-----------
[clang][Interp] Implement __builtin_isnan()
Differential Revision: https://reviews.llvm.org/D155369
More information about the All-commits
mailing list