[llvm] Enable logf128 constant folding for AArch64 (PR #96287)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 00:37:21 PDT 2024


================
@@ -11,7 +11,14 @@
 
 namespace llvm {
 
-#if defined(__clang__) && defined(__FLOAT128__) &&                             \
+#if defined(__aarch64__)
----------------
davemgreen wrote:

I would expect we might need to be careful of systems that have long-double==double, such as windows and darwin targets.

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


More information about the llvm-commits mailing list