[PATCH] D130164: [LV] Support predicated div/rem operations via safe-divisor select idiom

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 09:57:05 PDT 2022


xbolva00 added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll:700
 ; Integer divides can throw exceptions and since we can't scalarize conditional
 ; divides for scalable vectors we just don't bother vectorizing.
 define void @simple_idiv(i32* noalias %dst, i32* noalias %src, i64 %n) #0 {
----------------
reames wrote:
> xbolva00 wrote:
> > Invalid?
> The comment is now stale and needs removed.  Is that what you meant by "Invalid"?
Yup, please update it


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

https://reviews.llvm.org/D130164



More information about the llvm-commits mailing list