[all-commits] [llvm/llvm-project] b405d4: [NFC][MC][ARM] Reorder decoder functions 5/N (#156...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Mon Sep 8 07:07:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b405d46713cca1842cd44073c1395db39d148436
https://github.com/llvm/llvm-project/commit/b405d46713cca1842cd44073c1395db39d148436
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
Log Message:
-----------
[NFC][MC][ARM] Reorder decoder functions 5/N (#156920)
Move all decode functions (except `DecodeT2AddrModeImm8`) that had
forward declarations around so that they are defined before their first
use and not need a forward declaration.
Work on https://github.com/llvm/llvm-project/issues/156560 : Reorder ARM
disassembler decode 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