diff options
author | Nicolas Vasilache <nicolas.vasilache@gmail.com> | 2022-06-23 02:29:43 -0700 |
---|---|---|
committer | Nicolas Vasilache <nicolas.vasilache@gmail.com> | 2022-06-23 05:28:09 -0700 |
commit | 4c7225d19a9d1ff62c0ae39049ca3afe2a46c571 (patch) | |
tree | 35dcff8e49224859bff1d7c3498b6168ccc55306 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 8999b745bc4ecae5ac74f5c4d06f40e317ddb12c (diff) | |
download | llvm-4c7225d19a9d1ff62c0ae39049ca3afe2a46c571.zip llvm-4c7225d19a9d1ff62c0ae39049ca3afe2a46c571.tar.gz llvm-4c7225d19a9d1ff62c0ae39049ca3afe2a46c571.tar.bz2 |
[mlir][Transform] Fix implementation of the generic apply that is based on applyToOne.
The result of applying an N-result producing transformation to M payload ops
is an M-wide result, each containing N result operations.
This requires a transposition of the results obtained by calling `applyToOne`.
This revision fixes the issue and adds more advanced tests that exercise the behavior.
Differential Revision: https://reviews.llvm.org/D128414
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions