[PATCH] D144936: [SPARC][IAS] Recognize more SPARCv9 instructions/pseudoinstructions

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 07:21:07 PDT 2023


barannikov88 added a comment.

I still think the best way forward is to split this set of changes into several. It would be much easier to review, ensure test coverage is sufficient and commit messages would be more helpful.
I can see several independent changes here (I may have missed something):

- Adding DONE/RETRY/SAVED/RESTORED instructions
- Adding RDFQ variant
- Adding CAS variants
- Adding SETX pseudo instruction
- Adding reg+imm mode to some memory instructions
- Adding new mnemonics to control registers
- Supporting ASI tags
- Other minor changes


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144936/new/

https://reviews.llvm.org/D144936



More information about the llvm-commits mailing list