forked from OSchip/llvm-project
				
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			342 B
		
	
	
	
		
			CMake
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			342 B
		
	
	
	
		
			CMake
		
	
	
	
| add_llvm_library(LLVMVectorize
 | |
|   LoadStoreVectorizer.cpp
 | |
|   LoopVectorizationLegality.cpp
 | |
|   LoopVectorize.cpp
 | |
|   SLPVectorizer.cpp
 | |
|   Vectorize.cpp
 | |
|   VPlan.cpp
 | |
|   VPlanHCFGBuilder.cpp
 | |
|   VPlanHCFGTransforms.cpp
 | |
|   VPlanSLP.cpp
 | |
|   VPlanVerifier.cpp
 | |
| 
 | |
|   ADDITIONAL_HEADER_DIRS
 | |
|   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
 | |
| 
 | |
|   DEPENDS
 | |
|   intrinsics_gen
 | |
|   )
 |