[all-commits] [llvm/llvm-project] 89e7f4: [LV] Teach the vectorizer to cost and vectorize mo...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Fri Feb 28 04:56:34 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89e7f4d31b2673fd3bfaf065f930ca9139d92e10
https://github.com/llvm/llvm-project/commit/89e7f4d31b2673fd3bfaf065f930ca9139d92e10
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/lib/Analysis/VectorUtils.cpp
A llvm/test/Transforms/LoopVectorize/AArch64/multiple-result-intrinsics.ll
R llvm/test/Transforms/LoopVectorize/AArch64/sincos.ll
A llvm/test/Transforms/LoopVectorize/multiple-result-intrinsics.ll
R llvm/test/Transforms/LoopVectorize/sincos.ll
Log Message:
-----------
[LV] Teach the vectorizer to cost and vectorize modf and sincospi intrinsics (#129064)
Follow on to #128035. It is a small extension to support vectorizing
`llvm.modf.*` and `llvm.sincospi.*` too.
This renames the test files from `sincos.ll` ->
`multiple-result-intrinsics.ll` to group together the similar tests
(which make up most of this PR).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list