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

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 09:42:55 PDT 2022


reames 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 {
----------------
xbolva00 wrote:
> Invalid?
The comment is now stale and needs removed.  Is that what you meant by "Invalid"?


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

https://reviews.llvm.org/D130164



More information about the llvm-commits mailing list