Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 target triple = "i386-unknown-linux-gnu" | |
| 2 | |
| 3 define <4 x float> @Sz_uitofp_v4i32(<4 x i32> %a) { | |
| 4 entry: | |
| 5 %0 = uitofp <4 x i32> %a to <4 x float> | |
| 6 ret <4 x float> %0 | |
| 7 } | |
| 8 | |
| 9 define <4 x i32> @Sz_fptoui_v4f32(<4 x float> %a) { | |
| 10 entry: | |
| 11 %0 = fptoui <4 x float> %a to <4 x i32> | |
| 12 ret <4 x i32> %0 | |
| 13 } | |
| OLD | NEW |