[llvm] [LoongArch] Add codegen support for atomic-ops on LA32 (PR #141557)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 05:24:34 PDT 2025
================
@@ -1,10 +1,37 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc --mtriple=loongarch32 -mattr=+d --verify-machineinstrs < %s | \
+; RUN: FileCheck %s --check-prefix=LA32
; RUN: llc --mtriple=loongarch64 -mattr=+d --verify-machineinstrs < %s | \
; RUN: FileCheck %s --check-prefix=LA64
;; TODO: Testing for LA32 architecture will be added later
----------------
heiher wrote:
Removed.
https://github.com/llvm/llvm-project/pull/141557
More information about the llvm-commits
mailing list