Skip to content

Commit 48d6a29

Browse files
authored
Add notice about the removal of vector.reshape (#198)
See related PR: llvm/llvm-project#101645
1 parent b34da13 commit 48d6a29

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

website/content/deprecation/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,13 @@ support opaque pointers will be necessary.
9393
### Removal of `gpu-to-(cubin|hsaco)` in favor of GPU compilation attributes
9494

9595
**Notice: The passes `gpu-to-(cubin|hsaco)` have been removed from the monorepo, use target attributes instead. See the LLVM 17 section on this page for more information.**
96+
97+
## LLVM 20
98+
99+
### Removal of `vector.reshape`
100+
101+
This operation was added back in 2019, and since then, no lowerings or uses have
102+
been implemented in upstream MLIR or any known downstream projects. Due to this
103+
lack of use, it was decided that the operation should be removed.
104+
105+
[Discussion on Discourse](https://discourse.llvm.org/t/rfc-should-vector-reshape-be-removed/80478)

0 commit comments

Comments
 (0)