diff options
author | Nicolas Vasilache <nicolas.vasilache@gmail.com> | 2021-02-10 15:12:05 +0000 |
---|---|---|
committer | Nicolas Vasilache <nicolas.vasilache@gmail.com> | 2021-02-10 16:49:38 +0000 |
commit | 0ac3d97bf4943f8d0d0fedf3545cdb099dadcb1f (patch) | |
tree | 26245dc4b88c38ee076f57457bbc54b7cfe570f1 /llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp | |
parent | b86a763afb9a1f55f4b234ce97320917ead6ac7f (diff) | |
download | llvm-0ac3d97bf4943f8d0d0fedf3545cdb099dadcb1f.zip llvm-0ac3d97bf4943f8d0d0fedf3545cdb099dadcb1f.tar.gz llvm-0ac3d97bf4943f8d0d0fedf3545cdb099dadcb1f.tar.bz2 |
[mlir][Linalg] Fix pad hoisting.
This revision fixes the indexing logic into the packed tensor that result from hoisting padding. Previously, the index was incorrectly set to the loop induction variable when in fact we need to compute the iteration count (i.e. `(iv - lb).ceilDiv(step)`).
Differential Revision: https://reviews.llvm.org/D96417
Diffstat (limited to 'llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions