blob: c2388a1e0da377cdf84c73ee4f251a6d32e3de00 [file] [log] [blame]
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc --mtriple=loongarch64 --mattr=+lsx < %s | FileCheck %s
declare <16 x i8> @llvm.loongarch.lsx.vnori.b(<16 x i8>, i32)
define <16 x i8> @lsx_vnori_b(<16 x i8> %va) nounwind {
; CHECK-LABEL: lsx_vnori_b:
; CHECK: # %bb.0: # %entry
; CHECK-NEXT: vnori.b $vr0, $vr0, 1
; CHECK-NEXT: ret
entry:
%res = call <16 x i8> @llvm.loongarch.lsx.vnori.b(<16 x i8> %va, i32 1)
ret <16 x i8> %res
}