[Mlir-commits] [mlir] [mlir][spirv] Small fix around SPV_EXT_FP8 when converting types (PR #192466)

Igor Wodiany llvmlistbot at llvm.org
Thu Apr 16 10:30:16 PDT 2026


================
@@ -541,6 +541,9 @@ bool ScalarType::classof(Type type) {
 }
 
 bool ScalarType::isValid(FloatType type) {
+  if (type.isF8E4M3FN() || type.isF8E5M2()) {
----------------
IgWod wrote:

nit: Remove braces.

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


More information about the Mlir-commits mailing list