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
[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git]
/
mlir
/
lib
/
Dialect
/
Utils
/
CMakeLists.txt
blob
a0096e5f299d59baa7f283ce628db3dd3483f443
1
add_mlir_library(MLIRDialectUtils
2
IndexingUtils.cpp
3
ReshapeOpsUtils.cpp
4
StructuredOpsUtils.cpp
5
StaticValueUtils.cpp
6
7
DEPENDS
8
MLIRDialectUtilsIncGen
9
10
LINK_LIBS PUBLIC
11
MLIRIR
12
)