Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / LoongArch / lasx / inline-asm-operand-modifier.ll
blob201e34c8b5ae0d403a7fe0b79923fcb710b1987d
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
2 ; RUN: llc --mtriple=loongarch64 --mattr=+lasx < %s | FileCheck %s
4 define void @test_u() nounwind {
5 ; CHECK-LABEL: test_u:
6 ; CHECK:       # %bb.0: # %entry
7 ; CHECK-NEXT:    #APP
8 ; CHECK-NEXT:    xvldi $xr0, 1
9 ; CHECK-NEXT:    #NO_APP
10 ; CHECK-NEXT:    ret
11 entry:
12   %0 = tail call <4 x i64> asm sideeffect "xvldi ${0:u}, 1", "=f"()
13   ret void