diff options
author | Alexander Richardson <alexrichardson@google.com> | 2023-10-24 17:15:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 01:15:47 +0100 |
commit | 05a4212cc76d170445f5a118ec6d1a2a76f61fc8 (patch) | |
tree | eb7b789013893f97c87c2a07840ec0d04c4e624d /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | |
parent | 2282af26ead1f58fc3b8a9acb36f6af532c17a45 (diff) | |
download | llvm-05a4212cc76d170445f5a118ec6d1a2a76f61fc8.zip llvm-05a4212cc76d170445f5a118ec6d1a2a76f61fc8.tar.gz llvm-05a4212cc76d170445f5a118ec6d1a2a76f61fc8.tar.bz2 |
[builtins] Avoid using long double in generic sources (#69754)
Use of long double can be error-prone since it could be one of 80-bit
extended precision float, IEEE 128-bit float, or IBM 128-bit float.
Instead use an explicit xf_float typedef for the remaining cases where
long double is being used in the implementation. This patch does not
touch
the PPC specializations which still use long double.
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions