2006-03-21 06:37:05 +08:00
|
|
|
; Should fold the ori into the lfs.
|
2017-08-02 06:20:41 +08:00
|
|
|
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep lfs
|
|
|
|
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep ori
|
2006-03-21 06:37:05 +08:00
|
|
|
|
2008-02-19 16:07:33 +08:00
|
|
|
define float @test() {
|
2015-02-28 05:17:42 +08:00
|
|
|
%tmp.i = load float, float* inttoptr (i32 186018016 to float*) ; <float> [#uses=1]
|
2008-02-19 16:07:33 +08:00
|
|
|
ret float %tmp.i
|
2006-03-21 06:37:05 +08:00
|
|
|
}
|
|
|
|
|