[llvm] [LoongArch] Introduce `32s` target feature for LA32S ISA extensions (PR #139695)

WÁNG Xuěruì via llvm-commits llvm-commits at lists.llvm.org
Thu May 15 00:55:15 PDT 2025


================
@@ -214,8 +214,9 @@ static void doAtomicBinOpExpansion(const LoongArchInstrInfo *TII,
       .addReg(ScratchReg)
       .addReg(AddrReg)
       .addImm(0);
-  BuildMI(LoopMBB, DL, TII->get(LoongArch::BEQZ))
+  BuildMI(LoopMBB, DL, TII->get(LoongArch::BEQ))
----------------
xen0n wrote:

This is acceptable to me.

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


More information about the llvm-commits mailing list