Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
It is hard to make a test for my change, since operand memspi is used only by the STDSPQRr and STDWSPQRr pseudo instruction. Adding PrintMethod is just for debug purpose, and we should see no pseudo instruction in the final assembly file.
@Patryk27 Could you please have a look at this change? I find this bug when debugging your https://reviews.llvm.org/D123528. The STDSPQRr & STDWSPQRr are printed without the offset vaule.
The TableGen stuff is still dark magic to me, but the change looks easy & reasonable :-)
It is hard to make a test for my change, since operand memspi is used only by the STDSPQRr and STDWSPQRr pseudo instructions. Adding PrintMethod is just for debug purpose, and we should see no pseudo instruction in the final assembly file.