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

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 18:45:28 PDT 2022


barannikov88 added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/callbr-asm-label.ll:10
 ; CHECK: // %bb.1:
-; CHECK: .Ltmp0:
+; CHECK: .Ltmp1:
 ; CHECK: .LBB0_2: // %indirect
----------------
I'm a bit out of context, so the question might be silly, sorry.
Shouldn't this temporary label no longer be emitted? It used to be referenced, but no longer is.



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