[Mlir-commits] [mlir] [Quick-fix] Fix GCC build of previous patch. (PR #111869)
Renato Golin
llvmlistbot at llvm.org
Thu Oct 10 10:40:07 PDT 2024
rengolin wrote:
Just built with GCC 11.4 and the right answer is...
```
-static SmallVector<AffineMap>
+static SmallVector<AffineMap, 3>
```
https://github.com/llvm/llvm-project/pull/111869
More information about the Mlir-commits
mailing list