[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / PowerPC / pr15632.ll
blob3b794b752eca28a39e837ba9529f8c140e4a06e5
1 ; RUN: llc -verify-machineinstrs -mcpu=pwr7 -O0 < %s | FileCheck %s
3 target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64"
4 target triple = "powerpc64-unknown-linux-gnu"
6 @ld2 = common global ppc_fp128 0xM00000000000000000000000000000000, align 16
7 declare void @other(ppc_fp128 %tmp70)
9 define void @bug() {
10 entry:
11   %x = load ppc_fp128, ppc_fp128* @ld2, align 16
12   %tmp70 = frem ppc_fp128 0xM00000000000000000000000000000000, %x
13   call void @other(ppc_fp128 %tmp70)
14   unreachable
17 ; CHECK: bl fmodl