[llvm] [LoopVectorize] Add support for vectorisation of more early exit loops (PR #88385)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 02:56:33 PDT 2024
https://github.com/fhahn commented:
> I have put this in VectorUtils.h for now, because I do see value in using this function outside of LoopVectorize. If anyone can think of a more suitable place I am happy to move it!
Is there a reason why the custom logic to check for faults is needed and the exiting isDereferenceableAndAlignedInLoop cannot be used?
https://github.com/llvm/llvm-project/pull/88385
More information about the llvm-commits
mailing list