Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / LoongArch / ir-instruction / fence-singlethread.ll
bloba8b164a4cd3cf14a3777317fd311eaf14622c7bc
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc --mtriple=loongarch32 < %s | FileCheck %s --check-prefix=LA32
3 ; RUN: llc --mtriple=loongarch64 < %s | FileCheck %s --check-prefix=LA64
5 define void @fence_singlethread() {
6 ; LA32-LABEL: fence_singlethread:
7 ; LA32:       # %bb.0:
8 ; LA32-NEXT:    #MEMBARRIER
9 ; LA32-NEXT:    ret
11 ; LA64-LABEL: fence_singlethread:
12 ; LA64:       # %bb.0:
13 ; LA64-NEXT:    #MEMBARRIER
14 ; LA64-NEXT:    ret
15   fence syncscope("singlethread") seq_cst
16   ret void