[all-commits] [llvm/llvm-project] 6bfedf: [mlir] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Feb 21 08:15:55 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6bfedfa0ba31a8ac8fd7fcfd2d33afaa5eabe0e5
https://github.com/llvm/llvm-project/commit/6bfedfa0ba31a8ac8fd7fcfd2d33afaa5eabe0e5
Author: Kazu Hirata <kazu at google.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
Log Message:
-----------
[mlir] Fix warnings
This patch fixes:
mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp:1136:3: error: default
label in switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]
mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp:1388:3: error: default
label in switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list