[all-commits] [llvm/llvm-project] 1e86e9: [LoongArch] Enable interleaved vectorization (#92629)
hev via All-commits
all-commits at lists.llvm.org
Tue May 21 00:31:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e86e924288221826e0fb93d33be80d65f198ae6
https://github.com/llvm/llvm-project/commit/1e86e924288221826e0fb93d33be80d65f198ae6
Author: hev <wangrui at loongson.cn>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchSubtarget.h
M llvm/lib/Target/LoongArch/LoongArchTargetTransformInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchTargetTransformInfo.h
M llvm/test/Transforms/LoopVectorize/LoongArch/defaults.ll
A llvm/test/Transforms/LoopVectorize/LoongArch/loongarch-interleaved.ll
Log Message:
-----------
[LoongArch] Enable interleaved vectorization (#92629)
This PR enables interleaved vectorization for LoongArch, with a default
interleaving factor of `2`.
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