aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/tutorial/MyFirstLanguageFrontend
diff options
context:
space:
mode:
authorAndrzej WarzyƄski <andrzej.warzynski@arm.com>2025-02-17 10:44:27 +0000
committerGitHub <noreply@github.com>2025-02-17 10:44:27 +0000
commit517800e37e8d3a4ee84214bef65e227612c2a98b (patch)
tree6c41da4a06b0362213e8a63533c5f30c6424d3e1 /llvm/docs/tutorial/MyFirstLanguageFrontend
parent9d24f943794420e512512eb9329341355e9289f8 (diff)
downloadllvm-517800e37e8d3a4ee84214bef65e227612c2a98b.zip
llvm-517800e37e8d3a4ee84214bef65e227612c2a98b.tar.gz
llvm-517800e37e8d3a4ee84214bef65e227612c2a98b.tar.bz2
[mlir][tensor][linalg] Move Pack/UnPack Ops to Linalg (#123902)
Moves `PackOp` and `UnPackOp` from the Tensor dialect to Linalg. This change was discussed in the following RFC: * https://discourse.llvm.org/t/rfc-move-tensor-pack-and-tensor-unpack-into-linalg This change involves significant churn but only relocates existing code - no new functionality is added. **Note for Downstream Users** Downstream users must update references to `PackOp` and `UnPackOp` as follows: * Code: `s/tensor::(Up)PackOp/linalg::(Un)PackOp/g` * Tests: `s/tensor.(un)pack/linalg.(un)pack/g` No other modifications should be required.
Diffstat (limited to 'llvm/docs/tutorial/MyFirstLanguageFrontend')
0 files changed, 0 insertions, 0 deletions