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

Salieri W. via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 04:06:56 PDT 2022


BC204 added a comment.

In D134220#3801909 <https://reviews.llvm.org/D134220#3801909>, @MaskRay wrote:

> @wzssyqa Do you mind doing some tests with this patch?

We patched this patch to commit 539fa1df4634dad7d99e4485e4fc3a82ff1a5481 <https://reviews.llvm.org/rG539fa1df4634dad7d99e4485e4fc3a82ff1a5481> and tried to build it by using `cmake -S llvm -B build -G `Unix Makefiles` -DLLVM_ENABLE_PROJECTS=clang -DLLVM_ENABLE_RUNTIMES=`libcxx;libcxxabi` -DCMAKE_BUILD_TYPE=Release`. But there was an error `llvm/lib/Target/Mips/Mips16InstrInfo.td:540:1: error: Illegal operand for the 'AddiuRxRyOffMemX16' instruction!  def AddiuRxRyOffMemX16:` when we run `make V=1 VERBOSE=1 -j$(nproc)`.


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