[PATCH] D71160: [AArch64][SVE] Implement SPLAT_VECTOR for i1 vectors.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 01:19:57 PST 2019


sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.

LGTM, thanks @efriedma!



================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:7132
   SDValue SplatVal = Op.getOperand(0);
 
   // Extend input splat value where needed to fit into a GPR (32b or 64b only)
----------------
nit: Is it worth adding a check here that the type is legal?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71160





More information about the llvm-commits mailing list