[all-commits] [llvm/llvm-project] 5e0709: [mlir][spirv] Simplify unreachable default cases i...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Mon Oct 6 04:38:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e07093917fa84b3ee9d09189a34a0c750f68cb7
https://github.com/llvm/llvm-project/commit/5e07093917fa84b3ee9d09189a34a0c750f68cb7
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVDialect.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVTypes.cpp
M mlir/lib/Dialect/SPIRV/Transforms/SPIRVConversion.cpp
Log Message:
-----------
[mlir][spirv] Simplify unreachable default cases in type switch. NFC. (#162010)
Use `DefaultUnreachable` from
https://github.com/llvm/llvm-project/pull/161970.
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