[all-commits] [llvm/llvm-project] 9bb860: [PowerPC] Remove non-existent operand of CP_COPY i...
Sergei Barannikov via All-commits
all-commits at lists.llvm.org
Thu Sep 4 07:13:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9bb860eca57bbe2f15dcdef7c21319cbf40f0214
https://github.com/llvm/llvm-project/commit/9bb860eca57bbe2f15dcdef7c21319cbf40f0214
Author: Sergei Barannikov <barannikov88 at gmail.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
Log Message:
-----------
[PowerPC] Remove non-existent operand of CP_COPY instruction (#153867)
The operand is not encoded, decoded, or printed and would break MCInst
verification if we had one.
Extracted from #156358, where the extra operand causes DecoderEmitter
to emit an error about an operand with a missing encoding.
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