[Mlir-commits] [mlir] [mlir][spirv] Add 8-bit float type emulation (PR #148811)

Jakub Kuderski llvmlistbot at llvm.org
Mon Jul 21 09:29:35 PDT 2025


================
@@ -169,6 +169,7 @@ static spirv::ScalarType getIndexType(MLIRContext *ctx,
 // SPIR-V dialect. Keeping it local till the use case arises.
 static std::optional<int64_t>
 getTypeNumBytes(const SPIRVConversionOptions &options, Type type) {
+
----------------
kuhar wrote:

Undo this, we don't need these blank lines after function signature

https://github.com/llvm/llvm-project/pull/148811


More information about the Mlir-commits mailing list