comparison test/CodeGen/X86/sse4a.ll @ 83:60c9769439b8 LLVM3.7

LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 18 Feb 2015 14:55:36 +0900
parents 95c75e76d11b
children 1172e4bd9c6f
comparison
equal deleted inserted replaced
78:af83660cff7b 83:60c9769439b8
1 ; RUN: llc < %s -mtriple=i686-apple-darwin9 -mattr=sse4a | FileCheck %s 1 ; RUN: llc < %s -mtriple=i686-apple-darwin9 -mattr=sse4a | FileCheck %s
2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux -mattr=sse4a | FileCheck %s
2 3
3 define void @test1(i8* %p, <4 x float> %a) nounwind optsize ssp { 4 define void @test1(i8* %p, <4 x float> %a) nounwind optsize ssp {
4 ; CHECK-LABEL: test1: 5 ; CHECK-LABEL: test1:
5 ; CHECK: movntss 6 ; CHECK: movntss
6 tail call void @llvm.x86.sse4a.movnt.ss(i8* %p, <4 x float> %a) nounwind 7 tail call void @llvm.x86.sse4a.movnt.ss(i8* %p, <4 x float> %a) nounwind