[PATCH] D130316: [SelectionDAG] make INLINEASM_BR use MachineBasicBlocks instead of BlockAddresses

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 17:53:39 PDT 2022


nickdesaulniers added a comment.

We might also be able to remove some of the handling in
`EmitGCCInlineAsmStr` <llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp>

- commit 83d690a14980 <https://reviews.llvm.org/rG83d690a149802d40c711d4fb5a058dd1ebe4aa23> ("Don't rely on 'l'(ell) modifiers to indicate a label reference")
- commit 1b104388752f ("[MC] Don't recreate a label if it's already used")


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130316



More information about the llvm-commits mailing list