[llvm] [LoongArch] Introduce `32s` target feature for LA32S ISA extensions (PR #139695)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 20 01:47:31 PDT 2025
================
@@ -32,6 +32,13 @@ def IsLA32
defvar LA32 = DefaultMode;
def LA64 : HwMode<"+64bit", [IsLA64]>;
+// LoongArch 32-bit is divided into two variants, the reduced 32-bit variant
+// (LA32R) and the standard 32-bit variant (LA32S).
+def Feature32S
----------------
heiher wrote:
Sure, sounds good.
https://github.com/llvm/llvm-project/pull/139695
More information about the llvm-commits
mailing list