[all-commits] [llvm/llvm-project] b69796: Fix mlir windows buildbot after ec146cb7c0b4
annamthomas via All-commits
all-commits at lists.llvm.org
Tue Jun 20 12:24:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6979698ea5f0c13ed4af661c88c981b9525e17c
https://github.com/llvm/llvm-project/commit/b6979698ea5f0c13ed4af661c88c981b9525e17c
Author: Anna Thomas <anna at azul.com>
Date: 2023-06-20 (Tue, 20 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
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
More information about the All-commits
mailing list