Skip to content

Commit d1139cb

Browse files
author
git apple-llvm automerger
committed
Merge commit '936e5284652e' from llvm.org/main into next
2 parents c3d22b3 + 936e528 commit d1139cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,8 +1301,6 @@ llvm::Intrinsic::ID CvtToF6x2Op::getIntrinsicID(NVVM::CVTFP6Type type,
13011301
return CVT_TO_F6X2_ID_IMPL(e2m3x2, hasRelu);
13021302
case NVVM::CVTFP6Type::E3M2:
13031303
return CVT_TO_F6X2_ID_IMPL(e3m2x2, hasRelu);
1304-
default:
1305-
llvm_unreachable("Invalid CVTFP6Type for CvtToF6x2Op");
13061304
}
13071305
}
13081306

0 commit comments

Comments
 (0)