Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RISCV] Improve RISCVOperand Printing (llvm#126179)
We've gradually added more information to the RISCVOperand structure, but the debug output has never caught up, which is quite confusing. This adds printing for many of additional the fields in the structure, where they are relevant. In addition to this, we now have quite a lot of internal registers which share names with each other - e.g. X0_H, X0_W, X0, X0_Pair all have the same name - so also print the enum value to differentiate these.
- Loading branch information