[all-commits] [llvm/llvm-project] 64bc31: [LV] Drop unneeded use of getVPSingleValue (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Nov 3 06:26:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64bc31ee933df0163ad1e1bb763ef631526b40c6
https://github.com/llvm/llvm-project/commit/64bc31ee933df0163ad1e1bb763ef631526b40c6
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-11-03 (Wed, 03 Nov 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Drop unneeded use of getVPSingleValue (NFC).
VPReductionPHIRecipe inherits from VPValue, so there's no need to call
getVPSingleValue.
More information about the All-commits
mailing list