[PATCH] D158611: [AArch64] Fix arm neon vstx lane memVT size

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 14:12:54 PDT 2023


efriedma added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:13903
   case Intrinsic::aarch64_neon_ld3r:
   case Intrinsic::aarch64_neon_ld4r: {
     Info.opc = ISD::INTRINSIC_W_CHAIN;
----------------
Please also fix the computation for ld2r etc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158611



More information about the llvm-commits mailing list