Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / LoongArch / lasx / intrinsic-st-non-imm.ll
blobc19207aad6b8cb30dd2dcba85442e1eb49bafa07
1 ; RUN: not llc --mtriple=loongarch64 --mattr=+lasx < %s 2>&1 | FileCheck %s
3 declare void @llvm.loongarch.lasx.xvst(<32 x i8>, i8*, i32)
5 define void @lasx_xvst(<32 x i8> %va, i8* %p, i32 %b) nounwind {
6 ; CHECK: immarg operand has non-immediate parameter
7 entry:
8   call void @llvm.loongarch.lasx.xvst(<32 x i8> %va, i8* %p, i32 %b)
9   ret void