OSDN Git Service

[SLP] reduce reduction code for checking vectorizable ops; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 20 Jan 2021 13:32:47 +0000 (08:32 -0500)
committerSanjay Patel <spatel@rotateright.com>
Wed, 20 Jan 2021 16:14:48 +0000 (11:14 -0500)
commitc09be0d2a0f930a128c946329b42eef45d53062a
tree40cc99e73497da148f6787562da215bb5cfd53e9
parent1c54112a5762ebab2c14a90c55f27d00bfced7f8
[SLP] reduce reduction code for checking vectorizable ops; NFC

This is another step towards removing `OperationData` and
fixing FMF matching/propagation bugs when forming reductions.
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp