[all-commits] [llvm/llvm-project] 404843: [MC][ARM] add .w suffixes for BL (T1) and DBG
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Wed Feb 24 09:58:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 404843a94dbf2f9d91b9bb1dfc8608a4d7ae58c7
https://github.com/llvm/llvm-project/commit/404843a94dbf2f9d91b9bb1dfc8608a4d7ae58c7
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrThumb2.td
M llvm/test/MC/ARM/basic-thumb2-instructions.s
M llvm/test/MC/ARM/thumb2-branches.s
Log Message:
-----------
[MC][ARM] add .w suffixes for BL (T1) and DBG
F1.2 Standard assembler syntax fields
describes .w and .n suffixes for wide and narrow encodings.
arch/arm/probes/kprobes/test-thumb.c tests installing kprobes for
certain instructions using inline asm. There's a few instructions we
fail to assemble due to missing .w t2InstAliases.
Adds .w suffixes for:
* bl (F5.1.25 BL, BLX (immediate) T1)
* dbg (F5.1.42 DBG T1)
Reviewed By: DavidSpickett
Differential Revision: https://reviews.llvm.org/D97236
More information about the All-commits
mailing list