[PATCH] D79794: Change the INLINEASM_BR MachineInstr to be a non-terminating instruction.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 4 11:15:39 PDT 2021


MatzeB added a comment.
Herald added subscribers: foad, pengfei.

So effectively we have an extended basic-block model in the LLVM backend now. I know this was already the case for exception control-flow, but this here cemented it further. With that not being documented anywhere, and being different from LLVM IR/middleend, we are probably asking for trouble...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79794/new/

https://reviews.llvm.org/D79794



More information about the llvm-commits mailing list