[llvm-dev] loop transforms and function analyses; especially divergence analysis

Sameer Sahasrabuddhe via llvm-dev llvm-dev at lists.llvm.org
Fri Feb 12 09:43:35 PST 2021


Here's an attempt to add divergence analysis to the new pass manager as the first step:



https://reviews.llvm.org/D96615



This only introduces the analysis, and does not try to use it with other passes like SimpleLoopUnswitch. That comes next.



Sameer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210212/ab78f061/attachment.html>


More information about the llvm-dev mailing list