brintos

brintos / llvm-project-archived public Read only

0
0
Text · 348 B · a352598 Raw
11 lines · plain
1; RUN: opt < %s -passes=globalopt -S | FileCheck %s2; CHECK: load volatile3@t0.1441 = internal global double 0x3FD5555555555555, align 8		; <ptr> [#uses=1]4 5define double @foo() nounwind  {6entry:7	%tmp1 = load volatile double, ptr @t0.1441, align 8		; <double> [#uses=2]8	%tmp4 = fmul double %tmp1, %tmp1		; <double> [#uses=1]9	ret double %tmp410}11