[Mlir-commits] [mlir] [mlir][spirv] Fix verification and serialization replicated constant … (PR #151168)
Jakub Kuderski
llvmlistbot at llvm.org
Fri Aug 1 09:26:30 PDT 2025
================
@@ -767,19 +767,25 @@ void mlir::spirv::AddressOfOp::getAsmResultNames(
// spirv.EXTConstantCompositeReplicate
//===----------------------------------------------------------------------===//
+// Returns type of attribute. In case of a TypedAttr this will simply return
----------------
kuhar wrote:
```suggestion
// Returns type of attribute. In case of a TypedAttr this will simply return
```
nit: double space after period is a typewriter relict and discouraged by modern style guides: https://library.harvard.edu/sites/default/files/2018-06/HLBSubmissionGuidelines2014.pdf
https://github.com/llvm/llvm-project/pull/151168
More information about the Mlir-commits
mailing list