[PATCH] D134220: [MIPS] Fix useDeprecatedPositionallyEncodedOperands errors.

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 23 06:37:50 PDT 2022


sdardis added a comment.

> That's certainly completely wrong, and, indeed, bolsters my point that MIPS16 object file emission can't possibly have worked before.

Sorry for the delay in responding.

Yes, MIPS16 requires the usage of the GNU assembler to work properly. When I was testing the MIPS releases for LLVM, MIPS16 required some extra handing compared to other MIPS variants because of lack of direct object emission.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134220



More information about the llvm-commits mailing list