diff options
author | Pablo Antonio Martinez <pablo.antonio.martinez@huawei.com> | 2025-04-01 13:39:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-01 13:39:33 +0100 |
commit | a338f80ddcb97edd275c8bf949b1fab0c7d1049e (patch) | |
tree | 627ad4c22680881ee1dee80e9364ff6549d1f0c3 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 6892d5428600113dade7b4ecf6b70bbab3198c90 (diff) | |
download | llvm-a338f80ddcb97edd275c8bf949b1fab0c7d1049e.zip llvm-a338f80ddcb97edd275c8bf949b1fab0c7d1049e.tar.gz llvm-a338f80ddcb97edd275c8bf949b1fab0c7d1049e.tar.bz2 |
[mlir][Linalg] Add transform to convert linalg.copy into memref.copy (#132422)
Targeted rewrite of a linalg.copy on memrefs to a memref.copy.
This is useful when bufferizing copies to a linalg.copy, applying some
transformations, and then rewriting the copy into a memref.copy.
If the element types of the source and destination differ, or if the
source is a scalar, the transform produces a silenceable failure.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions