repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[CodeGen][Hexagon] Replace PointerType::getUnqual(Type) with opaque version (NFC...
[llvm-project.git]
/
mlir
/
lib
/
Dialect
/
AMDGPU
/
Transforms
/
CMakeLists.txt
blob
5f934714d988af49bc0d210bfdd67b777e61613d
1
add_mlir_dialect_library(MLIRAMDGPUTransforms
2
EmulateAtomics.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
{$MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/AMDGPU/Transforms
6
7
DEPENDS
8
MLIRAMDGPUTransformsIncGen
9
10
LINK_LIBS PUBLIC
11
MLIRAMDGPUDialect
12
MLIRAMDGPUUtils
13
MLIRArithDialect
14
MLIRVectorDialect
15
MLIRControlFlowDialect
16
MLIRFuncDialect
17
MLIRIR
18
MLIRPass
19
MLIRTransforms
20
MLIRTransformUtils
21
)