mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-03 14:21:30 +00:00 
			
		
		
		
	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81290 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			11 lines
		
	
	
		
			342 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			342 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
; RUN: llc < %s -march=x86 -mattr=+mmx | grep movl | count 2
 | 
						|
 | 
						|
define i64 @a(i32 %a, i32 %b) nounwind readnone {
 | 
						|
entry:
 | 
						|
	%0 = insertelement <2 x i32> undef, i32 %a, i32 0		; <<2 x i32>> [#uses=1]
 | 
						|
	%1 = insertelement <2 x i32> %0, i32 %b, i32 1		; <<2 x i32>> [#uses=1]
 | 
						|
	%conv = bitcast <2 x i32> %1 to i64		; <i64> [#uses=1]
 | 
						|
	ret i64 %conv
 | 
						|
}
 | 
						|
 |