[PATCH] D32017: [MVT][SVE] Scalable vector MVTs (1/3)

Graham Hunter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 05:30:35 PDT 2017


huntergr added a comment.

In https://reviews.llvm.org/D32017#730310, @rengolin wrote:

> Looks good to me to, but, what about tests?


This is effectively an NFC patch, as are the other two -- there's no way to test the scalable aspect of this code until a backend (AArch64) implements them. All existing code using the functions works, though.


https://reviews.llvm.org/D32017





More information about the llvm-commits mailing list