[Mlir-commits] [mlir] [mlir][spirv] Initial support for TOSA Extended Instruction Set (0010… (PR #174402)
Jakub Kuderski
llvmlistbot at llvm.org
Fri Jan 9 06:05:26 PST 2026
================
@@ -4909,4 +4911,17 @@ def SPIRV_FPFastMathModeAttr :
SPIRV_FPFMM_AllowReassocINTEL
]>;
+//===----------------------------------------------------------------------===//
+// SPIR-V TOSA enum definitions.
+//===----------------------------------------------------------------------===//
+
+// NOTE: This is an attribute in the SPIR-V *dialect* but a constant (<id>) in
+// SPIR-V proper.
+def SPIRV_TosaExtNaNPropagationModeAttr : SPIRV_I32EnumAttr<
+ "TosaExtNaNPropagationModeType", "Tosa Ext NaN Propoagation Mode Type", "tosa_ext_nan_propagation_mode_type",
----------------
kuhar wrote:
Can you try to fit within the 80 column line limit?
https://github.com/llvm/llvm-project/pull/174402
More information about the Mlir-commits
mailing list