[llvm] [LLVM] Add constant folding for llrint, llrintf, llrintl (PR #154799)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 22 08:11:20 PDT 2025


https://github.com/arsenm commented:

Why do you need to directly constant fold the libcalls? We have intrinsics for these, which we arguably should just always replace libcalls with 

https://github.com/llvm/llvm-project/pull/154799


More information about the llvm-commits mailing list