Skip to content

Commit

Permalink
Add notice about the removal of vector.reshape (#198)
Browse files Browse the repository at this point in the history
See related PR: llvm/llvm-project#101645
  • Loading branch information
MacDue authored Dec 6, 2024
1 parent b34da13 commit 48d6a29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/content/deprecation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,13 @@ support opaque pointers will be necessary.
### Removal of `gpu-to-(cubin|hsaco)` in favor of GPU compilation attributes

**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.**

## LLVM 20

### Removal of `vector.reshape`

This operation was added back in 2019, and since then, no lowerings or uses have
been implemented in upstream MLIR or any known downstream projects. Due to this
lack of use, it was decided that the operation should be removed.

[Discussion on Discourse](https://discourse.llvm.org/t/rfc-should-vector-reshape-be-removed/80478)

0 comments on commit 48d6a29

Please sign in to comment.