aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/PowerPC/pr28630.ll
blob: 95d7aa57b1b5751f6e32ae6ca0e09adcb683d5cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -verify-machineinstrs -O0 < %s

define double @test() {
  ret double 1.000000e+00
}

@g = common global double 0.000000e+00, align 8

define double @testitd() {
  %g = load double, ptr @g, align 8
  ret double %g
}