xref: /llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/amdgpu_function_alt.ll (revision 34388f986af1289492d043b56b6cba17468d1f8d)
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