[PATCH] D76961: [SelectionDAG] fix predecessor list for INLINEASM_BRs' parent

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 12:26:24 PDT 2020


nickdesaulniers added inline comments.


================
Comment at: llvm/test/CodeGen/X86/callbr-asm-outputs-pred-succ.ll:25
+; Check the synthesized fallthrough block for the second INLINEASM_BR is
+; predecessed correctly, and has the original successor pre-splitting.
+; CHECK: bb.7 (%ir-block.4):
----------------
s/predecessed/proceeded by/


================
Comment at: llvm/test/CodeGen/X86/callbr-asm-outputs-pred-succ.ll:35
+
+; Check the first INLINEASM_BR target block is predecessed by the block with
+; the first INLINEASM_BR.
----------------
ditto


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