[llvm] [LoopVectorize] Add support for vectorisation of more early exit loops (PR #88385)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 06:20:14 PDT 2024
david-arm wrote:
> isDereferenceableAndAlignedInLoop
Currently `isDereferenceableAndAlignedInLoop` does not support reverse loops, which is a regression compared to my current patch. I can see how much work is required to make it work for negative step recurrences.
> isDe
https://github.com/llvm/llvm-project/pull/88385
More information about the llvm-commits
mailing list