[PATCH] D75438: [X86] Reduce the number of emitted fragments due to branch align

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 22:21:13 PST 2020


skan marked an inline comment as done.
skan added inline comments.


================
Comment at: llvm/test/MC/X86/align-branch-64-negative.s:30-36
+##  # check: labeled_call_test2:
+##  # check: 5a: callq
+##  # check: 5f: nop
+##  # check: 60 label_after
+##  # check: 60: jmp
+## The label "label_after" will be at address 0x5f now, should we remove the
+## second test?
----------------
Can I remove the second test?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75438





More information about the llvm-commits mailing list