[PATCH] D65929: [ARM] Make v2i1 a valid type for the MVE predicate register.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 03:16:18 PDT 2019
dmgreen added a comment.
Yeah... A lot of the predicate code was written with the assumption that a v2i1 would not be a legal type. (Not deliberately, I just didn't think of it at all. We don't have the compares to make it generally useful). I'll have to at least run some fuzzer tests on this.
I'm surprised a lot of the existing v2i64 tests don't complain in some way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65929/new/
https://reviews.llvm.org/D65929
More information about the llvm-commits
mailing list