[Mlir-commits] [mlir] 68f0d20 - Fix clang after ece6566048086cf2870d2c2bff46384df1b9e531
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Aug 30 08:58:24 PDT 2024
Author: JoelWee
Date: 2024-08-30T16:58:19+01:00
New Revision: 68f0d20a9b507383a7577144bbd4811abe787e42
URL: https://github.com/llvm/llvm-project/commit/68f0d20a9b507383a7577144bbd4811abe787e42
DIFF: https://github.com/llvm/llvm-project/commit/68f0d20a9b507383a7577144bbd4811abe787e42.diff
LOG: Fix clang after ece6566048086cf2870d2c2bff46384df1b9e531
Added:
Modified:
mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp b/mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp
index f93e1cc8780c79..9cc66207660f64 100644
--- a/mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp
+++ b/mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp
@@ -152,6 +152,7 @@ static unsigned getUnidirectionalFenceProxyID(NVVM::ProxyKind fromProxy,
}
llvm_unreachable("Unknown scope for uni-directional fence.proxy operation");
}
+ llvm_unreachable("Unsupported proxy kinds");
}
namespace {
More information about the Mlir-commits
mailing list