[all-commits] [llvm/llvm-project] 3f36b9: [LV] Move conditional MaskForGaps construction to ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Apr 6 13:17:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f36b9b456ac4bfa695e253926daa87cd9838550
https://github.com/llvm/llvm-project/commit/3f36b9b456ac4bfa695e253926daa87cd9838550
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-06 (Thu, 06 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Move conditional MaskForGaps construction to load case.
Conditionally setting MaskForGaps is only needed for loads. This avoid
re-computing MaskForGaps for stores.
Suggested as independent cleanup in D147467.
More information about the All-commits
mailing list