16 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 22; RUN: llc --mtriple=loongarch32 -mattr=+32s,+lsx < %s | FileCheck %s3; RUN: llc --mtriple=loongarch64 -mattr=+lsx < %s | FileCheck %s4 5define void @test_w() nounwind {6; CHECK-LABEL: test_w:7; CHECK: # %bb.0: # %entry8; CHECK-NEXT: #APP9; CHECK-NEXT: vldi $vr0, 110; CHECK-NEXT: #NO_APP11; CHECK-NEXT: ret12entry:13 %0 = tail call <2 x i64> asm sideeffect "vldi ${0:w}, 1", "=f"()14 ret void15}16