[PATCH] D46655: [AArch64] Improve single vector lane stores

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 15:10:33 PDT 2018


efriedma added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.td:2385
+  defm : VecStoreLane0Pat<am_indexed64,         store, v2f64, f64, dsub, uimm12s8, STRDui>;
+}
+
----------------
evandro wrote:
> efriedma wrote:
> > Do we also need patterns for STURB and friends?
> I came across some code indicating that we do.  But I'm working on that in a different patch, testing pending.
Okay; please add some test coverage for the offsets we current do/don't handle.


https://reviews.llvm.org/D46655





More information about the llvm-commits mailing list