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