[PATCH] D135526: [clang][LoongArch] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for LoongArch
Lu Weining via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 8 21:07:27 PDT 2022
SixWeining accepted this revision.
SixWeining added inline comments.
================
Comment at: clang/test/CodeGen/LoongArch/atomics.c:2
+// RUN: %clang_cc1 -triple loongarch32 -O1 -emit-llvm %s -o - \
+// RUN: | FileCheck %s -check-prefix=LA32
+// RUN: %clang_cc1 -triple loongarch64 -O1 -emit-llvm %s -o - \
----------------
Nit: --
================
Comment at: clang/test/CodeGen/LoongArch/atomics.c:4
+// RUN: %clang_cc1 -triple loongarch64 -O1 -emit-llvm %s -o - \
+// RUN: | FileCheck %s -check-prefix=LA64
+
----------------
ditto
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135526/new/
https://reviews.llvm.org/D135526
More information about the cfe-commits
mailing list