[all-commits] [llvm/llvm-project] dcaa1c: [LLVM][TTI][SME] Allow optional auto-vectorisation...
Paul Walker via All-commits
all-commits at lists.llvm.org
Sat Aug 10 02:56:51 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: dcaa1cde296eb517f19fe49f3cdf5eaff874ebe0
https://github.com/llvm/llvm-project/commit/dcaa1cde296eb517f19fe49f3cdf5eaff874ebe0
Author: Paul Walker <paul.walker at arm.com>
Date: 2024-08-10 (Sat, 10 Aug 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
A llvm/test/Transforms/LoopVectorize/AArch64/streaming-vectorization.ll
Log Message:
-----------
[LLVM][TTI][SME] Allow optional auto-vectorisation for streaming functions. (#101679)
The command line option enable-scalable-autovec-in-streaming-mode is
used to enable scalable vectors but the same check is missing from
enableScalableVectorization, which is blocking auto-vectorisation.
(cherry picked from commit 7775a4882d7105fde7f7a81f3c72567d39afce45)
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