[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / LoongArch / lasx / intrinsic-ld.ll
blob5ffc629db4668bf1409b73e486ce5287e471d62f
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc --mtriple=loongarch64 --mattr=+lasx < %s | FileCheck %s
4 declare <32 x i8> @llvm.loongarch.lasx.xvld(i8*, i32)
6 define <32 x i8> @lasx_xvld(i8* %p) nounwind {
7 ; CHECK-LABEL: lasx_xvld:
8 ; CHECK:       # %bb.0: # %entry
9 ; CHECK-NEXT:    xvld $xr0, $a0, 1
10 ; CHECK-NEXT:    ret
11 entry:
12   %res = call <32 x i8> @llvm.loongarch.lasx.xvld(i8* %p, i32 1)
13   ret <32 x i8> %res
16 declare <32 x i8> @llvm.loongarch.lasx.xvldx(i8*, i64)
18 define <32 x i8> @lasx_xvldx(i8* %p, i64 %b) nounwind {
19 ; CHECK-LABEL: lasx_xvldx:
20 ; CHECK:       # %bb.0: # %entry
21 ; CHECK-NEXT:    xvldx $xr0, $a0, $a1
22 ; CHECK-NEXT:    ret
23 entry:
24   %res = call <32 x i8> @llvm.loongarch.lasx.xvldx(i8* %p, i64 %b)
25   ret <32 x i8> %res