[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / ARM / arguments5.ll
blob388a8ebee670dddddd941832e8816e6fd105ab2d
1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi
2 ; RUN: llc < %s -mtriple=arm-apple-darwin
4 define double @f(i32 %a, i128 %b) {
5         %tmp = call double @g(i128 %b)
6         ret double %tmp
9 declare double @g(i128)