[PATCH] D64888: Use the MachineBasicBlock symbol for a callbr target

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 16:30:57 PDT 2019


nickdesaulniers 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
+
----------------
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)


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