blob: 9deecebe94535c4f3826c79240fc3cda882d0114 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86
Eli Friedman360dc9c2009-03-04 06:23:34 +00002; PR3686
Bill Wendling5a5e1902009-03-10 06:53:54 +00003; rdar://6661799
4
Eli Friedman360dc9c2009-03-04 06:23:34 +00005define i32 @x(i32 %y) nounwind readnone {
6entry:
7 %tmp14 = zext i32 %y to i80 ; <i80> [#uses=1]
8 %tmp15 = bitcast i80 %tmp14 to x86_fp80 ; <x86_fp80> [#uses=1]
Dan Gohman7ce405e2009-06-04 22:49:04 +00009 %add = fadd x86_fp80 %tmp15, 0xK3FFF8000000000000000 ; <x86_fp80> [#uses=1]
Eli Friedman360dc9c2009-03-04 06:23:34 +000010 %tmp11 = bitcast x86_fp80 %add to i80 ; <i80> [#uses=1]
11 %tmp10 = trunc i80 %tmp11 to i32 ; <i32> [#uses=1]
12 ret i32 %tmp10
13}
14