This patch defines `fir::SafeTempArrayCopyAttrInterface` and the corresponding OpenACC/OpenMP related attributes in FIR dialect. The actual implementations are just placeholders right now, and array repacking becomes a no-op if `-fopenacc/-fopenmp` is used for the compilation.
49 lines
786 B
CMake
49 lines
786 B
CMake
add_flang_library(FIRCodeGen
|
|
BoxedProcedure.cpp
|
|
CodeGen.cpp
|
|
CodeGenOpenMP.cpp
|
|
FIROpPatterns.cpp
|
|
LowerRepackArrays.cpp
|
|
PreCGRewrite.cpp
|
|
TBAABuilder.cpp
|
|
Target.cpp
|
|
TargetRewrite.cpp
|
|
TypeConverter.cpp
|
|
|
|
DEPENDS
|
|
CUFAttrs
|
|
FIRDialect
|
|
FIROptCodeGenPassIncGen
|
|
CGOpsIncGen
|
|
|
|
LINK_LIBS
|
|
CUFAttrs
|
|
FIRAnalysis
|
|
FIRBuilder
|
|
FIRCodeGenDialect
|
|
FIRDialect
|
|
FIRDialectSupport
|
|
FIROpenACCSupport
|
|
FIROpenMPSupport
|
|
FIRSupport
|
|
|
|
LINK_COMPONENTS
|
|
Remarks
|
|
TargetParser
|
|
|
|
MLIR_LIBS
|
|
MLIRComplexToLLVM
|
|
MLIRComplexToStandard
|
|
MLIRGPUDialect
|
|
MLIRMathToFuncs
|
|
MLIRMathToLLVM
|
|
MLIRMathToLibm
|
|
MLIRMathToROCDL
|
|
MLIROpenMPToLLVM
|
|
MLIROpenACCDialect
|
|
MLIRBuiltinToLLVMIRTranslation
|
|
MLIRLLVMToLLVMIRTranslation
|
|
MLIRTargetLLVMIRExport
|
|
MLIRVectorToLLVM
|
|
)
|