[Mlir-commits] [mlir] [mlir][vector] Document `ConvertVectorStore` + unify var names (nfc) (PR #126422)
    Alan Li 
    llvmlistbot at llvm.org
       
    Thu Feb 13 06:55:33 PST 2025
    
    
  
================
@@ -432,7 +432,86 @@ namespace {
 // ConvertVectorStore
 //===----------------------------------------------------------------------===//
 
-// TODO: Document-me
+// Emulate vector.store using a multi-byte container type
----------------
lialan wrote:
```suggestion
// Emulate `vector.store` using a multi-byte container type.
```
https://github.com/llvm/llvm-project/pull/126422
    
    
More information about the Mlir-commits
mailing list