Predicated copy of floating-point immediate value to SVE vector,
along with MOV-aliases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Should the commit message be " Splat floating-point immediate value to SVE vector". Or may be i am wrong on this?
Comment Actions
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 .