[PATCH] D47518: [AArch64][SVE] Asm: Support for FCPY immediate instructions.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 30 07:00:50 PDT 2018
sdesmalen added a comment.
In https://reviews.llvm.org/D47518#1116074, @javed.absar wrote:
> Should the commit message be " Splat floating-point immediate value to SVE vector". Or may be i am wrong on this?
That sounds similar, but there is some distinction in that it uses predication. It is a predicated splat of an immediate value into the result vector with merging predication.
I used the word 'copy' instead of 'splat' since that is the name of the instruction. Splat would be more appropriate for https://reviews.llvm.org/D47482 .
https://reviews.llvm.org/D47518
More information about the llvm-commits
mailing list