[PATCH] D128901: [LoongArch] Add codegen support for atomic fence, atomic load and atomic store
Lu Weining via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 4 00:21:18 PDT 2022
SixWeining added inline comments.
================
Comment at: llvm/test/Transforms/AtomicExpand/LoongArch/load-store-atomic.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S -mtriple=loongarch32 -atomic-expand %s | FileCheck %s --check-prefix=LA32
+; RUN: opt -S -mtriple=loongarch64 -atomic-expand %s | FileCheck %s --check-prefix=LA64
----------------
It should be `--`.
================
Comment at: llvm/test/Transforms/AtomicExpand/LoongArch/load-store-atomic.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S -mtriple=loongarch32 -atomic-expand %s | FileCheck %s --check-prefix=LA32
+; RUN: opt -S -mtriple=loongarch64 -atomic-expand %s | FileCheck %s --check-prefix=LA64
----------------
SixWeining wrote:
> It should be `--`.
ditto
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128901/new/
https://reviews.llvm.org/D128901
More information about the llvm-commits
mailing list