[all-commits] [llvm/llvm-project] e49164: [NFC][MC][AArch64] Rearrange decode functions in A...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Wed Aug 27 10:02:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e491647493f65473f618024957d66ccd05e90508
https://github.com/llvm/llvm-project/commit/e491647493f65473f618024957d66ccd05e90508
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
Log Message:
-----------
[NFC][MC][AArch64] Rearrange decode functions in AArch64 disassembler (#154990)
Rearrange decode functions to be before including the generated
disassembler code and eliminate forward declarations for most of them.
This is possible because `fieldFromInstruction` is now in MCDecoder.h
and not in the generated disassembler code.
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