[all-commits] [llvm/llvm-project] f179da: [mlir] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Mar 18 07:53:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f179daf77b180467edd1e0eb208b5b8988b28850
https://github.com/llvm/llvm-project/commit/f179daf77b180467edd1e0eb208b5b8988b28850
Author: Kazu Hirata <kazu at google.com>
Date: 2025-03-18 (Tue, 18 Mar 2025)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp:121: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