[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / PowerPC / pr28630.ll
bloba6759fa04b5c1368cfba10a73a5a2371efe27ebe
1 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -verify-machineinstrs -O0 < %s
3 define double @test() {
4   ret double 1.000000e+00
7 @g = common global double 0.000000e+00, align 8
9 define double @testitd() {
10   %g = load double, double* @g, align 8
11   ret double %g