[PATCH] D59203: [MIPS] [microMIPS] Fix PseudoMTLOHI matching

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 04:37:04 PDT 2019


atanasyan added a comment.

I think we can join D59203 <https://reviews.llvm.org/D59203> and D59204 <https://reviews.llvm.org/D59204> patches. Now LLVM incorrectly generates dsp instructions in all cases. After applying D59203 <https://reviews.llvm.org/D59203> it starts to use PseudoMTLOHI_MM, but test case from the D59204 <https://reviews.llvm.org/D59204> crashes llc. And after applying the D59204 <https://reviews.llvm.org/D59204> everything work okay. Let's do an atomic change.


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

https://reviews.llvm.org/D59203





More information about the llvm-commits mailing list