Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / LoongArch / intrinsic-la32.ll
blob37e0902625a2cb7ef68e9b3863a1e5902cf5ef40
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc --mtriple=loongarch32 < %s | FileCheck %s
4 declare void @llvm.loongarch.cacop.w(i32, i32, i32)
6 define void @cacop_w(i32 %a) nounwind {
7 ; CHECK-LABEL: cacop_w:
8 ; CHECK:       # %bb.0:
9 ; CHECK-NEXT:    cacop 1, $a0, 4
10 ; CHECK-NEXT:    ret
11   call void @llvm.loongarch.cacop.w(i32 1, i32 %a, i32 4)
12   ret void