[Mlir-commits] [mlir] [mlir][spirv][nfc] Fix the summary of SPIRVLowerABIAttributesPass (PR #195043)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Apr 30 02:06:47 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Igor Wodiany (IgWod)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/195043.diff
1 Files Affected:
- (modified) mlir/include/mlir/Dialect/SPIRV/Transforms/Passes.td (+1-1)
``````````diff
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:
``````````
</details>
https://github.com/llvm/llvm-project/pull/195043
More information about the Mlir-commits
mailing list