diff options
author | Stephan Herhut <herhut@google.com> | 2021-09-10 12:58:18 +0200 |
---|---|---|
committer | Stephan Herhut <herhut@google.com> | 2021-09-10 13:37:42 +0200 |
commit | 5e6c170b3f41f4da3888a0c4e09eb6af06d7d2c9 (patch) | |
tree | 54904f223636a025f91a0c2374d1b02c540b0829 /lldb/source/Commands/CommandObjectPlatform.cpp | |
parent | 6a076fa9539ee6eea078368bc5298e381c1c059e (diff) | |
download | llvm-5e6c170b3f41f4da3888a0c4e09eb6af06d7d2c9.zip llvm-5e6c170b3f41f4da3888a0c4e09eb6af06d7d2c9.tar.gz llvm-5e6c170b3f41f4da3888a0c4e09eb6af06d7d2c9.tar.bz2 |
[mlir][linalg] Fix bufferize pattern to allow unknown operations in body of generic
The original version of the bufferization pattern for linalg.generic would
manually clone operations within the region to the bufferized clone of the
operation. This triggers legality requirements on those operations in the
conversion infra. Instead, this now uses the rewriter to inline the region
instead, avoiding those legality requirements.
Differential Revision: https://reviews.llvm.org/D109581
Diffstat (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp')
0 files changed, 0 insertions, 0 deletions