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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 14:46:19 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>;
+}
+
----------------
Do we also need patterns for STURB and friends?


https://reviews.llvm.org/D46655





More information about the llvm-commits mailing list