[PATCH] D110901: [SimplifyCFG] Prevent SimplifyCFG from sinking indirect calls.
Joseph Huber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 1 06:06:21 PDT 2021
jhuber6 added a comment.
In D110901#3035809 <https://reviews.llvm.org/D110901#3035809>, @lebedev.ri wrote:
> It looks like what we need is a `invoke of select between functions --> if-then-else`
So this should be a separate optimization run afterwards? Where do you think that optimization should live?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110901/new/
https://reviews.llvm.org/D110901
More information about the llvm-commits
mailing list