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

Krzysztof Drewniak llvmlistbot at llvm.org
Mon Jul 21 09:23:39 PDT 2025


================
@@ -196,6 +196,9 @@ def ConvertArithToSPIRVPass : Pass<"convert-arith-to-spirv"> {
            "bool", /*default=*/"true",
            "Emulate narrower scalar types with 32-bit ones if not supported by "
            "the target">,
+    Option<"emulateUnsupportedFloatTypes", "emulate-unsupported-float-types",
----------------
krzysz00 wrote:

Nit: indentation

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


More information about the Mlir-commits mailing list