[all-commits] [llvm/llvm-project] ccb2b0: Enable logf128 constant folding for hosts with 128...
Matthew Devereau via All-commits
all-commits at lists.llvm.org
Fri Aug 9 03:13:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ccb2b011e577e861254f61df9c59494e9e122b38
https://github.com/llvm/llvm-project/commit/ccb2b011e577e861254f61df9c59494e9e122b38
Author: Matthew Devereau <matthew.devereau at arm.com>
Date: 2024-08-09 (Fri, 09 Aug 2024)
Changed paths:
M llvm/CMakeLists.txt
M llvm/cmake/config-ix.cmake
M llvm/include/llvm/ADT/APFloat.h
M llvm/include/llvm/Support/float128.h
M llvm/lib/Analysis/CMakeLists.txt
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Support/APFloat.cpp
Log Message:
-----------
Enable logf128 constant folding for hosts with 128bit floats (#96287)
Hosts which support a float size of 128 bits can benefit from constant
fp128 folding.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list