search for: loopterminology

Displaying 3 results from an estimated 3 matches for "loopterminology".

2020 Mar 26
5
canonical form loops
...couldn't find any evidence of that in [1] or in source-code. The obvious follow-up question is if there would be any objections to adding this to e.g. LoopSimplifyCFG, and adding LoopSimplifyCFG to the optimisation pipeline just before the vectoriser. Cheers, Sjoerd. [1] https://llvm.org/docs/LoopTerminology.html -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200326/ecc075e6/attachment.html>
2020 Apr 01
2
canonical form loops
...; > The obvious follow-up question is if there would be any objections to > adding this to e.g. LoopSimplifyCFG, and adding LoopSimplifyCFG to the > optimisation pipeline just before the vectoriser. > > > > Cheers, > > Sjoerd. > > > > [1] https://llvm.org/docs/LoopTerminology.html > > > > > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > _______________________________________________ > LLVM Developers...
2020 Mar 20
4
questionabout loop rotation
Hi, I have read an email from the mail list. And I have a question about loop rotation. What is it if it is the case below. -------------------------------------------------------------------------- loop: A br X B br Y C br loop, Z ------------------------------------------------- Thanks! Jerry [LLVMdev] Loop rotation and loop inversion in LLVM? Andrew Trickatrick at apple.com Mon May 20