[all-commits] [llvm/llvm-project] 9b3999: [NFC][MC][ARM] Rearrange decode functions in ARM d...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Tue Aug 26 10:58:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b3999b1ffd7d6ac976e6f9f7c39f88a5e457e1c
https://github.com/llvm/llvm-project/commit/9b3999b1ffd7d6ac976e6f9f7c39f88a5e457e1c
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
Log Message:
-----------
[NFC][MC][ARM] Rearrange decode functions in ARM disassembler (#154988)
Move `tryAddingSymbolicOperand` and `tryAddingPcLoadReferenceComment` to
before including the generated disassembler code. This is in preparation
for rearranging the decoder functions to eliminate forward declarations.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list