comparison test/CodeGen/X86/2008-09-25-sseregparm-1.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 95c75e76d11b
children
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movs | count 2 1 ; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | grep movs | count 2
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep fld | count 2 2 ; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | grep fld | count 2
3 ; check 'inreg' attribute for sse_regparm 3 ; check 'inreg' attribute for sse_regparm
4 4
5 define inreg double @foo1() nounwind { 5 define inreg double @foo1() nounwind {
6 ret double 1.0 6 ret double 1.0
7 } 7 }