summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/pr28630.ll
blob: a6759fa04b5c1368cfba10a73a5a2371efe27ebe (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, double* @g, align 8
  ret double %g
}