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

via llvm-commits llvm-commits at lists.llvm.org
Thu May 15 01:51:36 PDT 2025


================
@@ -2298,6 +2372,12 @@ def : InstAlias<"move $dst, $src", (OR GPR:$dst, GPR:$src, R0)>;
 def : InstAlias<"ret", (JIRL R0, R1, 0)>;
 def : InstAlias<"jr $rj", (JIRL R0, GPR:$rj, 0)>;
 
+let Predicates = [Not32S] in {
----------------
heiher wrote:

Okay, let's keep it aligned with binutils.

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


More information about the llvm-commits mailing list