[PATCH] D64252: [Mips] Instruction `sc` now accepts symbol as an argument

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 01:20:48 PDT 2019


atanasyan added a comment.

I cannot invent any negative test case / example, but I'm concerned a bit that we completely drop information about out-register. The `sc` instruction has output result but we do not track that fact in `td` file just in our mind.


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

https://reviews.llvm.org/D64252





More information about the llvm-commits mailing list