forked from OSchip/llvm-project
				
			[AArch64][DAGCombiner]: change -stop-after=isel to instruction-select
"isel" is registered by AMDGPU. The test will break if the AMDGPU target is not built. llvm-svn: 343553
This commit is contained in:
		
							parent
							
								
									8222f902ca
								
							
						
					
					
						commit
						99d4f74d01
					
				| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
; RUN: llc -o - %s -mtriple aarch64-- -mattr +slow-misaligned-128store -stop-after=isel | FileCheck %s
 | 
					; RUN: llc -o - %s -mtriple aarch64-- -mattr +slow-misaligned-128store -stop-after=instruction-select | FileCheck %s
 | 
				
			||||||
; Checks for a bug where selection dag store merging would construct wrong
 | 
					; Checks for a bug where selection dag store merging would construct wrong
 | 
				
			||||||
; indices when extracting values from vectors, resulting in an invalid
 | 
					; indices when extracting values from vectors, resulting in an invalid
 | 
				
			||||||
; lane duplication in this case.
 | 
					; lane duplication in this case.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue