[PATCH] D148347: [AArch64] Handle vector with two different values
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 14 09:17:08 PDT 2023
dmgreen added a comment.
Could you add some extra test cases too? For example for the foo case in the summary and for case that are close-but-not-correct, like `BUILD_VECTOR t23, t23, t23, t23, t23, t23, t23, t24, t24, t24, t24, t24, t24, t24, t24, t23`. You should be able to construct tests with a bunch of insertelement's.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148347/new/
https://reviews.llvm.org/D148347
More information about the llvm-commits
mailing list