[PATCH] D46655: [AArch64] Improve single vector lane stores
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 9 14:50:33 PDT 2018
evandro added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.td:2385
+ defm : VecStoreLane0Pat<am_indexed64, store, v2f64, f64, dsub, uimm12s8, STRDui>;
+}
+
----------------
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.
https://reviews.llvm.org/D46655
More information about the llvm-commits
mailing list