[Mlir-commits] [mlir] [mlir][vector] Restrict DropInnerMostUnitDimsTransferRead (PR #94904)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Jun 11 11:08:26 PDT 2024
banach-space wrote:
> Is it intended to not having `// -----` between some tests? E.g., line 92, etc.
That allows me to insert comments like:
```cpp
// Same as the top example within this split, but with the outer vector
// dim scalable.
```
And in general, helps to group "similar" tests together.
https://github.com/llvm/llvm-project/pull/94904
More information about the Mlir-commits
mailing list