Home | History | Annotate | Download | only in ARM
      1 ; RUN: llc < %s -march=arm -mattr=+vfp2
      2 
      3 define i128 @test_i128(i128 %a1, i128 %a2, i128 %a3) {
      4         ret i128 %a3
      5 }
      6 
      7