[LV] Remove redundant access to Legal::getReductionVars() (NFC).
authorFlorian Hahn <flo@fhahn.com>
Wed, 24 Mar 2021 19:00:51 +0000 (19:00 +0000)
committerFlorian Hahn <flo@fhahn.com>
Wed, 24 Mar 2021 19:15:14 +0000 (19:15 +0000)
commit8d1342f79db3cbbebfa67dc89374673642ad03fb
tree4a9b276a547a094fc457a310dd7f6ef10ede6129
parentac6572a5c89f0c1b3e434b96d34657f4be89c1bd
[LV] Remove redundant access to Legal::getReductionVars() (NFC).

The reduction descriptor is retrieved earlier and stored in a variable
RdxDesc already.
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp