[PATCH] D32409: [PM/LoopUnswitch] Introduce a new, simpler loop unswitch pass.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 14:35:34 PDT 2017


davide added a comment.

In https://reviews.llvm.org/D32409#737387, @davide wrote:

> I focused on the logic to update the dominator and I think it's correct. Some comments below.
>  Also, recently there have been some changes wrt divergent conditions. Do you plan to integrate them in the new pass?


The reason why I'm asking is that I'm not an expert about DivergenceAnalysis so I can't really reason about all the implications there.


https://reviews.llvm.org/D32409





More information about the llvm-commits mailing list