You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/deprecation/_index.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,3 +93,13 @@ support opaque pointers will be necessary.
93
93
### Removal of `gpu-to-(cubin|hsaco)` in favor of GPU compilation attributes
94
94
95
95
**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