[all-commits] [llvm/llvm-project] 2ee815: [LV] Don't use getVPSingleValue for VPWidenMemoryI...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jan 5 05:54:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ee8154816b91201d606378a3e94a1b1bf9c0dd3
https://github.com/llvm/llvm-project/commit/2ee8154816b91201d606378a3e94a1b1bf9c0dd3
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Don't use getVPSingleValue for VPWidenMemoryInstRecipe (NFC).
VPWidenMemoryInstructionRecipe is a VPValue, so this can be passed
directly, instead of relying on getVPSingleValue.
More information about the All-commits
mailing list