Skip to content

Commit dd26392

Browse files
author
git apple-llvm automerger
committed
Merge commit 'bec508ad1719' from llvm.org/main into next
2 parents 823d1f5 + bec508a commit dd26392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ static llvm::Intrinsic::ID getMatchSyncIntrinsicId(Type valType,
118118
return valType.isInteger(32) ? llvm::Intrinsic::nvvm_match_all_sync_i32p
119119
: llvm::Intrinsic::nvvm_match_all_sync_i64p;
120120
}
121+
llvm_unreachable("unsupported match sync kind");
121122
}
122123

123124
static llvm::Intrinsic::ID getVoteSyncIntrinsicId(NVVM::VoteSyncKind kind) {

0 commit comments

Comments
 (0)