[Mlir-commits] [mlir] [mlir][spirv] Handle vectors of integers of unsupported width (PR #118663)
Andrea Faulds
llvmlistbot at llvm.org
Wed Dec 4 08:30:57 PST 2024
================
@@ -292,13 +292,18 @@ convertScalarType(const spirv::TargetEnv &targetEnv,
}
/// Converts a sub-byte integer `type` to i32 regardless of target environment.
+/// Returns a nullptr for unsupported integer types, including sup-byte types.
----------------
andfau-amd wrote:
Also, should this be "including <b>non-</b>sub-byte types"?
https://github.com/llvm/llvm-project/pull/118663
More information about the Mlir-commits
mailing list