[all-commits] [llvm/llvm-project] 455140: [LV] Use isLegalMaskedLoadOrStore for interleaved ...
Gaëtan Bossu via All-commits
all-commits at lists.llvm.org
Fri May 1 02:26:38 PDT 2026
Branch: refs/heads/users/gbossu/isLegalMaskedLoadOrStore.2
Home: https://github.com/llvm/llvm-project
Commit: 455140b42ed24eec3f79053ff19b4a12aeb769c4
https://github.com/llvm/llvm-project/commit/455140b42ed24eec3f79053ff19b4a12aeb769c4
Author: Gaëtan Bossu <gaetan.bossu at arm.com>
Date: 2026-05-01 (Fri, 01 May 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Use isLegalMaskedLoadOrStore for interleaved accesses too (NFC)
isLegalMaskedLoadOrStore is now the central place for querying target
capabilities for masked accesses. Access pattern legality checks are
hoisted outside of it.
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