[all-commits] [llvm/llvm-project] 432c41: [SLP] Avoid getPointerElementType() call
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Dec 13 06:46:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 432c41ebe935fd42fa210ad1b165b996a10c88f4
https://github.com/llvm/llvm-project/commit/432c41ebe935fd42fa210ad1b165b996a10c88f4
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] Avoid getPointerElementType() call
Use the load result type instead of the element type of the load
pointer operand.
More information about the All-commits
mailing list