[PATCH] D97236: [MC][ARM] add .w suffixes for BL (T1) and DBG
    David Spickett via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb 23 03:09:55 PST 2021
    
    
  
DavidSpickett added inline comments.
================
Comment at: llvm/test/MC/ARM/basic-thumb2-instructions.s:655
 @ CHECK: dbg	#15                     @ encoding: [0xaf,0xf3,0xff,0x80]
+@ CHECK: dbg	#0                      @ encoding: [0xaf,0xf3,0xf0,0x80]
 
----------------
Also add a predicated one here.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97236/new/
https://reviews.llvm.org/D97236
    
    
More information about the llvm-commits
mailing list