[all-commits] [llvm/llvm-project] e1ea86: [SLP]Do not try to use interleaved loads, if reord...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Mon May 12 14:15:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1ea86e849e736de9e9d82d871e9f8709a380939
https://github.com/llvm/llvm-project/commit/e1ea86e849e736de9e9d82d871e9f8709a380939
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/test/Transforms/SLPVectorizer/RISCV/reordered-interleaved-loads.ll
Log Message:
-----------
[SLP]Do not try to use interleaved loads, if reordering is required
If the interleaved loads require reordering, better to avoid generate
load + shuffle sequence, which in this case cannot be recognized as
interleaved load. Also, it fixes the issue with the incorrect codegen.
Fixes #138923
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