[SLP] rename variable to not be misleading; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 7 Jul 2021 13:33:15 +0000 (09:33 -0400)
committerSanjay Patel <spatel@rotateright.com>
Wed, 7 Jul 2021 18:40:21 +0000 (14:40 -0400)
commit97c473ad394ad9360cd89eda5a8e5aeb4b5d90fe
treee923efb2285ec15beb1b0c57f86f0e70618caf75
parentda289a174fc6617c7be37be2947480510fd4f02a
[SLP] rename variable to not be misleading; NFC

The reduction matching was probably only dealing with binops
when it was written, but we have now generalized it to handle
select and intrinsics too, so assert on that too.
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp