[PATCH] D79090: [SVE] Fix incorrect assert in getDoubleElementsVectorType()
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 30 01:49:12 PDT 2020
david-arm added a comment.
Hi @efriedma, I discovered this assert was firing whilst running some SVE intrinsics tests, i.e.
llvm-lit -a ../llvm/test/CodeGen/AArch64/sve-intrinsics-*.ll
so we do have existing test coverage. I found it difficult to know how to test this because I haven't modified the code path.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79090/new/
https://reviews.llvm.org/D79090
More information about the llvm-commits
mailing list