[all-commits] [llvm/llvm-project] cb21b7: [mlir] Fix warnings
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Sep 14 14:35:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb21b7d274e940c2ac15d5f486841e175c63928c
https://github.com/llvm/llvm-project/commit/cb21b7d274e940c2ac15d5f486841e175c63928c
Author: Kazu Hirata <kazu at google.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
Log Message:
-----------
[mlir] Fix warnings
This patch fixes three warnings of the form:
mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp:1436:5: error:
default label in switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]
More information about the All-commits
mailing list