Skip to content

Commit 1ee3f31

Browse files
committed
Clarify
1 parent 1968efb commit 1ee3f31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/SPIRV/Transforms/SPIRVConversion.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ convertScalarType(const spirv::TargetEnv &targetEnv,
292292
}
293293

294294
/// Converts a sub-byte integer `type` to i32 regardless of target environment.
295+
/// Returns a nullptr for unsupported integer types, including sup-byte types.
295296
///
296297
/// Note that we don't recognize sub-byte types in `spirv::ScalarType` and use
297298
/// the above given that these sub-byte types are not supported at all in

0 commit comments

Comments
 (0)