[LV] Rename RdxPHIsToFix to PHIsToFix (NFC)
authorMatthew Simpson <mssimpso@codeaurora.org>
Mon, 1 Feb 2016 16:07:01 +0000 (16:07 +0000)
committerMatthew Simpson <mssimpso@codeaurora.org>
Mon, 1 Feb 2016 16:07:01 +0000 (16:07 +0000)
commit73dad62174fd0049fd41ccd6f77b9ba78da7d48c
tree774c086e2c1b940006084e90daead5ca9697adf3
parent5a3a0231f485a76c7b2630ba059c7fc908b9d09e
[LV] Rename RdxPHIsToFix to PHIsToFix (NFC)

In the future, we will vectorize recurrences other than reductions. This patch
renames a few variables and updates their associated comments to enable them to
be reused for non-reduction PHI nodes.

This change was requested in the review for D16197.

llvm-svn: 259364
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp