[Mlir-commits] [mlir] [mlir][spirv][nfc] Fix the summary of SPIRVLowerABIAttributesPass (PR #195043)
Igor Wodiany
llvmlistbot at llvm.org
Thu Apr 30 02:06:06 PDT 2026
https://github.com/IgWod created https://github.com/llvm/llvm-project/pull/195043
None
>From 26eacdab20a22e8a915c99b431bdca6c2222981f Mon Sep 17 00:00:00 2001
From: Igor Wodiany <igor.wodiany at amd.com>
Date: Thu, 30 Apr 2026 10:02:31 +0100
Subject: [PATCH] [mlir][spirv][nfc] Fix the summary of
SPIRVLowerABIAttributesPass
---
mlir/include/mlir/Dialect/SPIRV/Transforms/Passes.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mlir/include/mlir/Dialect/SPIRV/Transforms/Passes.td b/mlir/include/mlir/Dialect/SPIRV/Transforms/Passes.td
index 2016bea43fc8a..0651911e537ec 100644
--- a/mlir/include/mlir/Dialect/SPIRV/Transforms/Passes.td
+++ b/mlir/include/mlir/Dialect/SPIRV/Transforms/Passes.td
@@ -32,7 +32,7 @@ def SPIRVCompositeTypeLayoutPass
}
def SPIRVLowerABIAttributesPass : Pass<"spirv-lower-abi-attrs", "spirv::ModuleOp"> {
- let summary = "Decorate SPIR-V composite type with layout info";
+ let summary = "Lower SPIR-V ABI attributes to global variables and entry points";
let description = [{
Operation pass that lowers the ABI attributes specified during
SPIR-V Lowering. Specifically:
More information about the Mlir-commits
mailing list