[VPlan] Remove unneeded Loop variable (NFC).
authorFlorian Hahn <flo@fhahn.com>
Thu, 31 Mar 2022 09:34:27 +0000 (10:34 +0100)
committerFlorian Hahn <flo@fhahn.com>
Thu, 31 Mar 2022 09:34:28 +0000 (10:34 +0100)
commit2c494f094123562275ae688bd9e946ae2a0b4f8b
tree306a203e78e988bca6339c74584faa01da5bc75a
parentb8e49fdcb1455922b433fd1e8049c1588a570fd7
[VPlan] Remove unneeded Loop variable (NFC).

Suggested in D121623. The remaining uses of L can be replaced, reducing
the need for the variable.
llvm/lib/Transforms/Vectorize/VPlan.cpp