[PATCH] D127547: Add FuncPass Implementation for non-trivial LoopUnswitching
Ruobing Han via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 11:05:46 PDT 2022
drcut abandoned this revision.
drcut added a comment.
This patch implements SimpleLoopUnswitch using FuncPass, which can be used to replace the LoopPass implementation currently used in the optimization pipeline.
This patch has been verified and can be re-opened once we find using FuncPass for SLU is necessary/beneficial.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127547/new/
https://reviews.llvm.org/D127547
More information about the llvm-commits
mailing list