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
/
X86Vector
/
CMakeLists.txt
blob
3910982c0cdc6543a0f273417672a9e27c2f09e3
1
add_mlir_translation_library(MLIRX86VectorToLLVMIRTranslation
2
X86VectorToLLVMIRTranslation.cpp
3
4
DEPENDS
5
MLIRX86VectorConversionsIncGen
6
7
LINK_COMPONENTS
8
Core
9
10
LINK_LIBS PUBLIC
11
MLIRIR
12
MLIRX86VectorDialect
13
MLIRLLVMDialect
14
MLIRSupport
15
MLIRTargetLLVMIRExport
16
)