[llvm] [SLP]Gather scalarized calls (PR #125070)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 07:55:28 PST 2025


================
@@ -15,9 +15,14 @@ declare i64 @round(i64) nounwind willreturn
 
 define void @sin_libm(ptr %a, ptr %b) {
----------------
RKSimon wrote:

Is this RUN missing a -vector-library argument? The fact that the tests all have _libm suffixes suggests it was supposed to be testing libm vectorization?

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


More information about the llvm-commits mailing list