We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d91e5 commit f5de33dCopy full SHA for f5de33d
mlir/lib/Dialect/ArmSME/IR/Utils.cpp
@@ -24,9 +24,9 @@ unsigned getSizeInBytes(TypeSize type) {
24
return 4;
25
case arm_sme::TypeSize::Double:
26
return 8;
27
- default:
28
- llvm_unreachable("unknown type size");
29
}
+ llvm_unreachable("unknown type size");
+ return 0;
30
31
32
unsigned getSMETileSliceMinNumElts(Type type) {
0 commit comments