[PATCH] D37476: [mips] Fix PR34391

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 11:37:50 PDT 2017


sdardis planned changes to this revision.
sdardis added a comment.

Found an issue when doing some final testing. One of the invalid tests (test/mc/mips2/invalid-mips3.s) reports a wrong operand error, as the parser uses the generic parser rather than the operand specific parser. It parses '$a4' as an immediate and rejects it, as the register matcher doesn't match $a4 as a register as the O32 abi is in use.


Repository:
  rL LLVM

https://reviews.llvm.org/D37476





More information about the llvm-commits mailing list