[llvm] Enable logf128 constant folding for hosts with 128bit long double (PR #96287)

David Green via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 24 06:57:03 PDT 2024


davemgreen wrote:

Thanks for the report. It looks like there is an unguarded use of TLI that might have been nullptr from certain passes. I've added 83a5c7cb62e404a713a35445b755cf0109650279 that hopefully addresses it.

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


More information about the llvm-commits mailing list