16 lines
		
	
	
		
			415 B
		
	
	
	
		
			LLVM
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			415 B
		
	
	
	
		
			LLVM
		
	
	
	
| ; RUN: llc < %s -march=arm64
 | |
| ; Make sure we are not crashing on this test.
 | |
| 
 | |
| define void @autogen_SD13158() {
 | |
| entry:
 | |
|   %B26 = frem float 0.000000e+00, undef
 | |
|   br i1 undef, label %CF, label %CF77
 | |
| 
 | |
| CF:                                               ; preds = %CF, %CF76
 | |
|   store float %B26, float* undef
 | |
|   br i1 undef, label %CF, label %CF77
 | |
| 
 | |
| CF77:                                             ; preds = %CF
 | |
|   ret void
 | |
| }
 |