[PATCH] D128001: apply DivergenceAnalysis for SLU
Ruobing Han via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 10:42:19 PDT 2022
drcut added a comment.
@bcahoon This revision is based on your previous implementation (https://reviews.llvm.org/D109762). In the parent revision(https://reviews.llvm.org/D127547) we use FuncPass to re-implement non-trivial LoopUnswitch, thus, we do not invoke DivergenceAnalysis for each loop. Would you please have are look for whether these modifications (implement non-trivial LoopUnswitch with FuncPass and integrate DivergenceAnalysis in the new FuncPass) work on your test cases? Thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128001/new/
https://reviews.llvm.org/D128001
More information about the llvm-commits
mailing list