Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/vec_round.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 |
comparison
equal
deleted
inserted
replaced
34:e874dbf0ad9d | 77:54457678186b |
---|---|
3 target triple = "x86_64-unknown-linux-gnu" | 3 target triple = "x86_64-unknown-linux-gnu" |
4 | 4 |
5 declare void @use(<2 x double>) | 5 declare void @use(<2 x double>) |
6 | 6 |
7 ; CHECK-LABEL: @test | 7 ; CHECK-LABEL: @test |
8 ; CHECK callq round | 8 ; CHECK: callq round |
9 | 9 |
10 ; Function Attrs: nounwind uwtable | 10 ; Function Attrs: nounwind uwtable |
11 define void @test() { | 11 define void @test() { |
12 entry: | 12 entry: |
13 %tmp = call <2 x double> @llvm.round.v2f64(<2 x double> undef) | 13 %tmp = call <2 x double> @llvm.round.v2f64(<2 x double> undef) |