[all-commits] [llvm/llvm-project] 73278d: [NFC][MC][Mips] Rearrange decoder functions for Mi...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Mon Aug 25 08:18:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73278d25a6f252aea845411ed859fd654a412d22
https://github.com/llvm/llvm-project/commit/73278d25a6f252aea845411ed859fd654a412d22
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
Log Message:
-----------
[NFC][MC][Mips] Rearrange decoder functions for Mips disassembler (#154996)
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