[llvm] [SelectionDAG] Handle roundeven libcall in visitCall (PR #170690)

via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 5 10:02:15 PST 2025


valadaptive wrote:

SimplifyLibCalls is a huge mess right now. There are some functions that try to optimize a libcall and return the corresponding intrinsic as a last resort, there are some that try to optimize a libcall and just bail out entirely if the optimization doesn't work, and there are some (like `optimizeSymmetricCall`) that optimize to *other libcalls* and then exit early because, well, the optimization worked.

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


More information about the llvm-commits mailing list