[PATCH] D62651: [ARM] Add FP16 vector insert/extract patterns
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 15:42:36 PDT 2019
efriedma added a comment.
Extracting an element clearly shouldn't go through GPRs, yes; it can always be done as a no-op copy or a VMOVX.
For inserting an element, I'm not sure there are better sequences in all cases.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62651/new/
https://reviews.llvm.org/D62651
More information about the llvm-commits
mailing list