[llvm] [LoongArch][NFC] Fix the operand constraint of AMCAS instructions (PR #114508)

via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 00:15:49 PDT 2024


tangaac wrote:

AMADD_B, AMXOR__DB_D, AMXOR_DB_W escape from the check.

>From the inc file, it should be

```cpp
Opc >= LoongArch::AMADD_B && Opc <= LoongArch::AMXOR_DB_W
```

https://github.com/llvm/llvm-project/pull/114508


More information about the llvm-commits mailing list