Fix mlir windows buildbot after ec146cb7c0b4
authorAnna Thomas <anna@azul.com>
Tue, 20 Jun 2023 19:17:11 +0000 (15:17 -0400)
committerAnna Thomas <anna@azul.com>
Tue, 20 Jun 2023 19:24:36 +0000 (15:24 -0400)
commitb6979698ea5f0c13ed4af661c88c981b9525e17c
tree6f60dd72b42c482a25b6a434b8f8eb75f07e91b1
parent1d0f4a86855b372c3c646ac2aa88c2cdc7168593
Fix mlir windows buildbot after ec146cb7c0b4

ec146cb7c0b4 added two new ReducKinds for float maximum and minimum
(along with support in loop vectorizer).

Enumerate these kinds in SLPVectorizer to fix mlir windows build bot
errors:

C:\buildbot\mlir-x64-windows-ninja\llvm-project\llvm\lib\Transforms\Vectorize\SLPVectorizer.cpp(13883): error C2220: the following warning is treated as an error
C:\buildbot\mlir-x64-windows-ninja\llvm-project\llvm\lib\Transforms\Vectorize\SLPVectorizer.cpp(13883): warning C4062: enumerator 'llvm::RecurKind::FMinimum' in switch of enum 'llvm::RecurKind' is not handled
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp