[Mlir-commits] [mlir] [mlir][spirv] Initial support for TOSA Extended Instruction Set (0010… (PR #174402)

Igor Wodiany llvmlistbot at llvm.org
Mon Jan 5 06:13:20 PST 2026


================
@@ -4908,4 +4909,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.
----------------
IgWod-IMG wrote:

nit: Should it say "proper SPIR-V"?

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


More information about the Mlir-commits mailing list