[SLP] rename reduction query for min/max ops; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 18 Jan 2021 14:28:21 +0000 (09:28 -0500)
committerSanjay Patel <spatel@rotateright.com>
Mon, 18 Jan 2021 14:32:57 +0000 (09:32 -0500)
commit3dbbadb8ef53d1e91785c17ccd70848de7e842e9
tree8c23eab6bb86bc6debcdd9a28a36487d8e05ba60
parentd1c4e859ce42c35c61a0db2f1eb8a4209be4503d
[SLP] rename reduction query for min/max ops; NFC

This will avoid confusion once we start matching
min/max intrinsics. All of these hacks to accomodate
cmp+sel idioms should disappear once we canonicalize
to min/max intrinsics.
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp