[Mlir-commits] [mlir] [mlir][affine] Fix parsing operands that specify result number (PR #215539)
Ivan R. Ivanov
llvmlistbot at llvm.org
Fri Aug 21 03:17:26 PDT 2026
ivanradanov wrote:
For reference for the newly added test we get this with trunk mlir:
```
<source>:5:53: error: expected ')' at end of SSA symbol
%v1 = affine.load %mem[symbol(%res#0), symbol(%res#0)] : memref<?x?xf32>
^
Compiler returned: 1
```
https://godbolt.org/z/aPxba8xae
https://github.com/llvm/llvm-project/pull/215539
More information about the Mlir-commits
mailing list