[PATCH] D94883: [CodeGen][SelectionDAG]Add new intrinsic experimental.vector.reverse

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 01:23:08 PST 2021


david-arm added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:10825
+
+  // Use VECTOR_SHUFFLE to maintain original behaviour for fixed-length vectors.
+  SmallVector<int, 8> Mask;
----------------
david-arm wrote:
> VECTOR_REVERSE?
Sorry, ignore the comment above!


================
Comment at: llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td:252
 
+
 def SDT_AArch64Rev   : SDTypeProfile<1, 1, [SDTCisVec<0>, SDTCisSameAs<0,1>]>;
----------------
nit: whitespace


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94883



More information about the llvm-commits mailing list