[all-commits] [llvm/llvm-project] 69b945: [NFC][MC][AVR] Rearrange decode functions in AVR d...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Mon Aug 25 08:20:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69b94594ec7ba9cfe7db960645657c8ced8a6d5f
https://github.com/llvm/llvm-project/commit/69b94594ec7ba9cfe7db960645657c8ced8a6d5f
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
Log Message:
-----------
[NFC][MC][AVR] Rearrange decode functions in AVR disassembler (#155013)
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