[PATCH] D35411: [SimplifyCFG] Defer folding unconditional branches to LateSimplifyCFG if it can destroy canonical loop structure.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 18 12:04:00 PDT 2017
efriedma added a comment.
SwitchToLookupTable is itself part of LateSimplifyCFG; we should fold empty blocks afterwards, I think?
https://reviews.llvm.org/D35411
More information about the llvm-commits
mailing list