[PATCH] D65930: [IntrinsicEmitter] Support scalable vectors in intrinsics

David Greene via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 10:17:50 PDT 2019


greened added a comment.

In D65930#1621016 <https://reviews.llvm.org/D65930#1621016>, @c-rhodes wrote:

>




> If we want to test the type constraints for scalable/non-scalable vectors maybe we could add an any type for scalable vectors e.g. `any_scalable_vector_type`, this could give us tighter type constraints for intrinsics that only work with scalable vectors and hopefully something to test.

I like this idea.  I agree with Sander that we want tests with this patch.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65930





More information about the llvm-commits mailing list