1; RUN: cat %S/amdgpu_function_alt.s | FileCheck --check-prefixes=CHECK %s 2 3define float @sample(float %x) { 4 %y = fmul float %x, %x 5 ret float %y 6} 7