17 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 52; RUN: llc -mtriple=aarch64 < %s | FileCheck %s3 4define <8 x i8> @test_vaba_u8(<8 x i8> noundef %a, <8 x i8> noundef %b, <8 x i8> noundef %c) {5; CHECK-LABEL: test_vaba_u8:6; CHECK: // %bb.0: // %entry7; CHECK-NEXT: //APP8; CHECK-NEXT: //NO_APP9; CHECK-NEXT: uaba v0.8b, v1.8b, v2.8b10; CHECK-NEXT: ret11entry:12 %0 = tail call <8 x i8> asm sideeffect "", "=w,0"(<8 x i8> %a)13 %vabd.i = tail call <8 x i8> @llvm.aarch64.neon.uabd.v8i8(<8 x i8> %b, <8 x i8> %c)14 %add.i = add <8 x i8> %vabd.i, %015 ret <8 x i8> %add.i16}17