[mlir][linalg] Fix linalg.transpose region builder.
The region should yield the first argument (input) not the last argument (output). Also fix a few tests that were affected by this bug. Differential Revision: https://reviews.llvm.org/D136924
Loading
Please sign in to comment