[PATCH] D141924: [IR] Add new intrinsics interleave and deinterleave vectors

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 00:07:32 PST 2023


craig.topper added inline comments.


================
Comment at: llvm/docs/LangRef.rst:17692
+
+This intrinsic work for both fixed and scalable vectors. While this intrinsic
+is marked as experimental, the recommended way to express this operation for
----------------
work -> works


================
Comment at: llvm/docs/LangRef.rst:17727
+
+This intrinsic work for both fixed and scalable vectors. While this intrinsic
+is marked as experimental, the recommended way to express this operation for
----------------
work -> works


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141924



More information about the llvm-commits mailing list