[Mlir-commits] [llvm] [mlir] [SPIRV] Support for the extension SPV_ALTERA_blocking_pipes (PR #138675)

Jakub Kuderski llvmlistbot at llvm.org
Thu Nov 6 04:57:05 PST 2025


================
@@ -395,7 +395,7 @@ def SPV_INTEL_fpga_buffer_location               : I32EnumAttrCase<"SPV_INTEL_fp
 def SPV_INTEL_arbitrary_precision_fixed_point    : I32EnumAttrCase<"SPV_INTEL_arbitrary_precision_fixed_point", 4019>;
 def SPV_INTEL_usm_storage_classes                : I32EnumAttrCase<"SPV_INTEL_usm_storage_classes", 4020>;
 def SPV_INTEL_io_pipes                           : I32EnumAttrCase<"SPV_INTEL_io_pipes", 4021>;
-def SPV_INTEL_blocking_pipes                     : I32EnumAttrCase<"SPV_INTEL_blocking_pipes", 4022>;
+def SPV_ALTERA_blocking_pipes                     : I32EnumAttrCase<"SPV_ALTERA_blocking_pipes", 4022>;
----------------
kuhar wrote:

I don't know if this affects anything, but in general MLIR changes are better submitted separately as we don't share code paths with the spirv llvm backend

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


More information about the Mlir-commits mailing list