Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/SystemZ/fp-conv-10.ll @ 77:54457678186b LLVM3.6
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | 95c75e76d11b |
children | afa8332a0e37 |
comparison
equal
deleted
inserted
replaced
34:e874dbf0ad9d | 77:54457678186b |
---|---|
1 ; Test conversion of floating-point values to unsigned i32s. | 1 ; Test conversion of floating-point values to unsigned i32s (z10 only). |
2 ; | 2 ; |
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s | 3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s |
4 | 4 |
5 ; z10 doesn't have native support for unsigned fp-to-i32 conversions; | 5 ; z10 doesn't have native support for unsigned fp-to-i32 conversions; |
6 ; they were added in z196 as the Convert to Logical family of instructions. | 6 ; they were added in z196 as the Convert to Logical family of instructions. |
7 ; Promoting to i64 doesn't generate an inexact condition for values that are | 7 ; Promoting to i64 doesn't generate an inexact condition for values that are |
8 ; outside the i32 range but in the i64 range, so use the default expansion. | 8 ; outside the i32 range but in the i64 range, so use the default expansion. |