[PATCH] D64888: Use the MachineBasicBlock symbol for a callbr target
    Bill Wendling via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul 17 16:39:31 PDT 2019
    
    
  
void marked an inline comment as done.
void added inline comments.
================
Comment at: test/CodeGen/X86/callbr-asm-obj-file.ll:7
+; CHECK-NEXT:   0: 74 00 je 0 <test1+0x2>
+; CHECK-NEXT:   2: c3    retq
+
----------------
nickdesaulniers wrote:
> Can you add
> ```
> ; CHECK-NOT:
> ```
> cases so I get a better idea of what LLVM used to print before this change?
> (So we have an affirmative test case, and one negative test case)
It used to emit an error with no output.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64888/new/
https://reviews.llvm.org/D64888
    
    
More information about the llvm-commits
mailing list