Mercurial > hg > CbC > CbC_llvm
diff 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 |
line wrap: on
line diff
--- a/test/CodeGen/SystemZ/fp-conv-10.ll Thu Dec 12 15:22:36 2013 +0900 +++ b/test/CodeGen/SystemZ/fp-conv-10.ll Mon Sep 08 22:06:00 2014 +0900 @@ -1,6 +1,6 @@ -; Test conversion of floating-point values to unsigned i32s. +; Test conversion of floating-point values to unsigned i32s (z10 only). ; -; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s ; z10 doesn't have native support for unsigned fp-to-i32 conversions; ; they were added in z196 as the Convert to Logical family of instructions.