[Mlir-commits] [mlir] 0c27430 - [mlir][spirv][nfc] Fix the summary of SPIRVLowerABIAttributesPass (#195043)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue May 5 05:08:12 PDT 2026


Author: Igor Wodiany
Date: 2026-05-05T13:08:07+01:00
New Revision: 0c274303e358a136fbdd3e6276e9097b917eae4b

URL: https://github.com/llvm/llvm-project/commit/0c274303e358a136fbdd3e6276e9097b917eae4b
DIFF: https://github.com/llvm/llvm-project/commit/0c274303e358a136fbdd3e6276e9097b917eae4b.diff

LOG: [mlir][spirv][nfc] Fix the summary of SPIRVLowerABIAttributesPass (#195043)

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/SPIRV/Transforms/Passes.td

Removed: 
    


################################################################################
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