[all-commits] [llvm/llvm-project] 4b4002: [Hexagon] Add missing operand when disassembling Y...
Sergei Barannikov via All-commits
all-commits at lists.llvm.org
Mon Aug 25 07:28:18 PDT 2025
Branch: refs/heads/release/21.x
Home: https://github.com/llvm/llvm-project
Commit: 4b4002045e4430fc6a9557c6323605a3c9e9f020
https://github.com/llvm/llvm-project/commit/4b4002045e4430fc6a9557c6323605a3c9e9f020
Author: Sergei Barannikov <barannikov88 at gmail.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
M llvm/test/MC/Hexagon/system-inst.s
Log Message:
-----------
[Hexagon] Add missing operand when disassembling Y4_crswap10 (#153849)
Auto-generated decoder fails to add the $sgp10 operand because it has no
encoding bits.
Work around this by adding the missing operand after decoding is
complete.
Fixes #153829.
(cherry picked from commit 76d993bd25ff462d915f69772454e7b1ca42fdb8)
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