[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / AArch64 / swiftcc.ll
blob432495427152e82c523e37226763c93ee4244df8
1 ; RUN: llc -verify-machineinstrs -mtriple=aarch64-apple-ios -o - %s | FileCheck %s
2 ; RUN: llc -O0 -verify-machineinstrs -mtriple=aarch64-apple-ios -o - %s | FileCheck %s
4 ; CHECK: t1
5 ; CHECK: fadd s0, s0, s1
6 ; CHECK: ret
7 define swiftcc float @t1(float %a, float %b) {
8 entry:
9   %add = fadd float %a, %b
10   ret float %add