[all-commits] [llvm/llvm-project] 95a937: [LV] Remove what seems like stale code in collectE...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Wed Jan 5 04:21:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95a93722db2d10753f8887cf6a61380936d32f1c
https://github.com/llvm/llvm-project/commit/95a93722db2d10753f8887cf6a61380936d32f1c
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll
Log Message:
-----------
[LV] Remove what seems like stale code in collectElementTypesForWidening.
This was originally added in rG22174f5d5af1eb15b376c6d49e7925cbb7cca6be
although that patch doesn't really mention any reasons for ignoring the
pointer type in this calculation if the memory access isn't consecutive.
Reviewed By: david-arm
Differential Revision: https://reviews.llvm.org/D115356
More information about the All-commits
mailing list