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
[SampleProfileLoader] Fix integer overflow in generateMDProfMetadata (#90217)
[llvm-project.git]
/
mlir
/
lib
/
Target
/
LLVMIR
/
Dialect
/
AMX
/
CMakeLists.txt
blob
733b4c2e31b807b2de41f797c7404eb7ca6f5485
1
add_mlir_translation_library(MLIRAMXToLLVMIRTranslation
2
AMXToLLVMIRTranslation.cpp
3
4
DEPENDS
5
MLIRAMXConversionsIncGen
6
7
LINK_COMPONENTS
8
Core
9
10
LINK_LIBS PUBLIC
11
MLIRIR
12
MLIRAMXDialect
13
MLIRLLVMDialect
14
MLIRSupport
15
MLIRTargetLLVMIRExport
16
)