[LV] Drop unneeded use of getVPSingleValue (NFC).
authorFlorian Hahn <flo@fhahn.com>
Wed, 3 Nov 2021 13:26:15 +0000 (14:26 +0100)
committerFlorian Hahn <flo@fhahn.com>
Wed, 3 Nov 2021 13:26:15 +0000 (14:26 +0100)
commit64bc31ee933df0163ad1e1bb763ef631526b40c6
tree884888a6403a76465de80a3e18ee92a8a4df5973
parentd7ac595fc5175b08e9d0da4b608f4f9ffa45afca
[LV] Drop unneeded use of getVPSingleValue (NFC).

VPReductionPHIRecipe inherits from VPValue, so there's no need to call
getVPSingleValue.
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp