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
5 ; CHECK: fadd s0, s0, s1
7 define swiftcc float @t1(float %a, float %b) {
9 %add = fadd float %a, %b