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

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


huntergr added a comment.

In https://reviews.llvm.org/D32019#730341, @rengolin wrote:

> Right, the code looks good now, but I'm worried about tests... We don't seem to have unit tests on this area and I'm not sure how we'd create one (not terribly familiar here).
>
> We could wait to have IR tests, like the rest, when AArch64 uses it... If everyone agrees with it.


It looks like I may be able to test it via C++ code (in llvm/unittests/CodeGen) instead of the usual .ll/.mir/.s tests. I'll try that and see how easy it is.


https://reviews.llvm.org/D32019





More information about the llvm-commits mailing list