================
@@ -866,16 +866,41 @@ struct TransferOpConversion : public 
VectorToSCFPattern<OpTy> {
     this->setHasBoundedRewriteRecursion();
   }
 
+  static void getMaskBufferLoadIndices(OpTy xferOp, Value castedMaskBuffer,
+                                       SmallVector<Value, 8> &loadIndices,
----------------
joker-eph wrote:

```suggestion
                                       SmallVectorImpl<Value> &loadIndices,
```

https://github.com/llvm/llvm-project/pull/76292
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to