sdesmalen added a comment.

In D83553#2148429 <https://reviews.llvm.org/D83553#2148429>, @efriedma wrote:

> > If you mean alloca's for single vectors
>
> I was really referring to the IR values themselves, not the memory 
> representation.  Since the width of the vectors is known, you could emit IR 
> without any mention of scalable types at all (assuming the backend was 
> extended to handle the intrinsics).


That's right, the reason is because codegen of the intrinsics currently only 
works on scalable types. By casting the pointer to a vscale-pointer, all IR 
values are always scalable so we don't need to worry about doing things like 
reinterpet_cast from a scalable to fixed-width vector, or vice versa.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83553/new/

https://reviews.llvm.org/D83553



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to