diff options
author | Matthew Devereau <matthew.devereau@arm.com> | 2024-04-18 10:19:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 10:19:01 +0100 |
commit | e90bc9cfd4d22c89dd993f62ede700ae25df49c5 (patch) | |
tree | 648e9fc005bddd1205464cbc11b5097be8ad9b86 /llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | |
parent | 63d8058ef50a3186b6b6a5db254f44673fea3d19 (diff) | |
download | llvm-e90bc9cfd4d22c89dd993f62ede700ae25df49c5.zip llvm-e90bc9cfd4d22c89dd993f62ede700ae25df49c5.tar.gz llvm-e90bc9cfd4d22c89dd993f62ede700ae25df49c5.tar.bz2 |
Constant Fold Logf128 calls (#84501)
This patch enables constant folding for 128 bit floating-point logf
calls. This is achieved by querying if the host system has the logf128()
symbol available with a CMake test. If so, replace the runtime call with
the compile time value returned from logf128.
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp')
0 files changed, 0 insertions, 0 deletions