[PATCH] D75438: [X86] Reduce the number of emitted fragments due to branch align
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Mar 10 22:17:01 PDT 2020
    
    
  
MaskRay added inline comments.
================
Comment at: llvm/test/MC/X86/align-branch-64-negative.s:30
   # the return address of the call.
-  # CHECK: labeled_call_test2:
-  # CHECK: 5a: callq
-  # CHECK: 5f: nop
-  # CHECK: 60 label_after
-  # CHECK: 60: jmp
+##  # check: labeled_call_test2:
+##  # check: 5a: callq
----------------
Why is the test deleted?
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