llvm-project
e1e65a4d - [RISCV] Fix GPRPairNoX0 Disassembly (#158001)

Commit
10 days ago
[RISCV] Fix GPRPairNoX0 Disassembly (#158001) Both GPRPair and GPRPairNoX0 were using the same decoder before this change, which meant that GPRPairNoX0 would disassemble zeroes to the `X0_Pair`. This ensures the NoX0 decoder correctly fails to decode zeroes.
Author
Parents
Loading