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