mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	where possible. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181817 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			15 lines
		
	
	
		
			423 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			423 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
| ; RUN: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched -disable-hexagon-misched < %s | FileCheck %s
 | |
| ; CHECK: memw(r29{{ *}}+{{ *}}#0){{ *}}={{ *}}#7
 | |
| ; CHECK: r1:0 = combine(#2, #1)
 | |
| ; CHECK: r3:2 = combine(#4, #3)
 | |
| ; CHECK: r5:4 = combine(#6, #5)
 | |
| 
 | |
| 
 | |
| define void @foo() nounwind {
 | |
| entry:
 | |
|   call void @bar(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7)
 | |
|   ret void
 | |
| }
 | |
| 
 | |
| declare void @bar(i32, i32, i32, i32, i32, i32, i32)
 |