[llvm] [IR] Add a test for `f128` libm libcall lowering (NFC) (PR #148308)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 13 04:05:18 PDT 2025
================
@@ -0,0 +1,337 @@
+; Verify that fp128 intrinsics only lower to `long double` calls (e.g. sinl) on
+; platforms where 128 and `long double` have the same layout.Otherwise, lower
----------------
nikic wrote:
```suggestion
; platforms where 128 and `long double` have the same layout. Otherwise, lower
```
https://github.com/llvm/llvm-project/pull/148308
More information about the llvm-commits
mailing list