[all-commits] [llvm/llvm-project] 2e4d27: [X86][CodeGen] Emit float128 libcalls for math fun...
Pranav Kant via All-commits
all-commits at lists.llvm.org
Fri Feb 9 10:56:09 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e4d2762b5f8c6b0ae02c2a9d517e009f470b8a6
https://github.com/llvm/llvm-project/commit/2e4d2762b5f8c6b0ae02c2a9d517e009f470b8a6
Author: Pranav Kant <prka at google.com>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/test/CodeGen/X86/GlobalISel/roundeven.ll
M llvm/test/CodeGen/X86/fp128-libcalls-strict.ll
M llvm/test/CodeGen/X86/fp128-libcalls.ll
M llvm/test/CodeGen/X86/frem.ll
Log Message:
-----------
[X86][CodeGen] Emit float128 libcalls for math functions (#79611)
Make LLVM emit libcalls to proper float128 variants for float128 types.
More information about the All-commits
mailing list