[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
Tue May 13 05:21:23 PDT 2025


================
@@ -1054,6 +1068,8 @@ def AMCAS__DB_D  : AMCAS_3R<0x385b8000>;
 def LL_D : LLBase<0x22000000>;
 def SC_D : SCBase<0x23000000>;
 def SC_Q : SCBase_128<0x38570000>;
+def LLACQ_W : LLBase_ACQ<0x38578000>;
+def SCREL_W : SCBase_REL<0x38578400>;
----------------
xen0n wrote:

This can be a separate change that can be fast-tracked?

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


More information about the llvm-commits mailing list