[PATCH] D127976: [IR] Move vector.insert/vector.extract out of experimental namespace

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 12:24:25 PDT 2022


dcaballe added subscribers: jsetoain, dcaballe.
dcaballe added a comment.

Hey Bradley! Thanks for pinging us about this upcoming change! Something that my colleague @jsetoain mentioned is that these vector insert/extract intrinsics can also work on fixed-length only vectors. However, the documentation and slightly tend to suggest that they should specifically be used to insert/extract fixed-length vectors into/out of scalable one. Perhaps clarifying that they can be used on fixed-length only vectors and adding an example for that case would be very helpful. Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127976/new/

https://reviews.llvm.org/D127976



More information about the llvm-commits mailing list