[PATCH] D128283: [AArch64][SVE] Support optimized lowered selection with small SVE bits
Allen zhong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 04:55:03 PDT 2022
Allen added a comment.
In D128283#3599230 <https://reviews.llvm.org/D128283#3599230>, @paulwalker-arm wrote:
> Hi @Allen, typically the SVE intrinsics only support legal types. This is a conscience choice because otherwise it will be very difficult to offer universal type support for all these target specific operations (i.e. where would we draw the line). Is there a reason not to use `llvm.vector.reduce.and` instead?
Sure, that is ok. I'll close this as this crash doesn't matter.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128283/new/
https://reviews.llvm.org/D128283
More information about the llvm-commits
mailing list