This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Asm: Support for FCPY immediate instructions.
ClosedPublic

Authored by sdesmalen on May 30 2018, 1:40 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sdesmalen created this revision.May 30 2018, 1:40 AM

Should the commit message be " Splat floating-point immediate value to SVE vector". Or may be i am wrong on this?

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 D47482 .

javed.absar accepted this revision.May 30 2018, 3:28 PM
This revision is now accepted and ready to land.May 30 2018, 3:28 PM
This revision was automatically updated to reflect the committed changes.