diff options
author | Jakub Lichman <limo@google.com> | 2020-07-20 18:30:10 +0200 |
---|---|---|
committer | Alex Zinenko <zinenko@google.com> | 2020-07-20 19:20:47 +0200 |
commit | f9c8febc522c2d26a44d4881f015e0e11e4f9167 (patch) | |
tree | babf94348c4b0106f9282966f9cc3545fa4507a6 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | 55fa315b0352b63454206600d6803fafacb42d5e (diff) | |
download | llvm-f9c8febc522c2d26a44d4881f015e0e11e4f9167.zip llvm-f9c8febc522c2d26a44d4881f015e0e11e4f9167.tar.gz llvm-f9c8febc522c2d26a44d4881f015e0e11e4f9167.tar.bz2 |
[mlir] Added support for symbols inside linalg.generic and map concatenation
This commit adds functionality needed for implementation of convolutions with
linalg.generic op. Since linalg.generic right now expects indexing maps to be
just permutations, offset indexing needed in convolutions is not possible.
Therefore in this commit we address the issue by adding support for symbols inside
indexing maps which enables more advanced indexing. The upcoming commit will
solve the problem of computing loop bounds from such maps.
Differential Revision: https://reviews.llvm.org/D83158
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions