[PATCH] D76961: [BranchFolder] don't remove MBB's that have their address taken
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 30 15:17:29 PDT 2020
nickdesaulniers added a comment.
In D76961#1951036 <https://reviews.llvm.org/D76961#1951036>, @nickdesaulniers wrote:
> So I think we need to fix up ISEL to properly set successors and predecessors for `MachineBasicBlocks` that are terminated by `INLINEASM_BR` `MachineInstr`s. Does that sound right, @void @efriedma ?
Probably in `InstrEmitter::EmitSpecialNode`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76961/new/
https://reviews.llvm.org/D76961
More information about the llvm-commits
mailing list