[PATCH] D159283: Add intrinsic to count trailing zero elements in a vector

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 10:40:32 PDT 2023


paulwalker-arm added a comment.

Yes I believe D158291 <https://reviews.llvm.org/D158291> will set the zero is poison bit because the transformation already has to handle the zero case for its quick loop path.  At which point I'd expect this patch to be updated accordingly so the SVE code generation remains unaffected.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159283/new/

https://reviews.llvm.org/D159283



More information about the llvm-commits mailing list