File tree
2 files changed
+10
-2
lines changed- imported
- llpc/translator/lib/SPIRV
2 files changed
+10
-2
lines changedSubmodule llvm-dialects updated 29 files
- .github/workflows/check-dialects-docker.yml+2-2
- docker/dialects.Dockerfile+4
- example/ExampleDialect.td+26
- example/ExampleMain.cpp+32
- include/llvm-dialects/Dialect/Dialect.h+8-5
- include/llvm-dialects/Dialect/OpDescription.h+28-3
- include/llvm-dialects/Dialect/OpMap.h+766
- include/llvm-dialects/Dialect/OpSet.h+218
- include/llvm-dialects/Dialect/Visitor.h+47-9
- lib/Dialect/Dialect.cpp+38-25
- lib/Dialect/OpDescription.cpp+7
- lib/Dialect/Visitor.cpp+41-80
- lib/TableGen/Operations.cpp+1
- test/CMakeLists.txt+2
- test/example/generated/ExampleDialect.cpp.inc+161
- test/example/generated/ExampleDialect.h.inc+43
- test/example/test-builder.test+8-6
- test/example/visitor-basic.ll+12
- test/unit/CMakeLists.txt+39
- test/unit/dialect/CMakeLists.txt+12
- test/unit/dialect/TestDialect.cpp+32
- test/unit/dialect/TestDialect.h+32
- test/unit/dialect/TestDialect.td+67
- test/unit/interface/CMakeLists.txt+6
- test/unit/interface/OpMapIRTests.cpp+254
- test/unit/interface/OpMapTests.cpp+258
- test/unit/interface/OpSetTests.cpp+114
- test/unit/lit.cfg.py+60
- test/unit/lit.site.cfg.py.in+22
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
374 |
| - | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
375 | 383 |
| |
376 | 384 |
| |
377 | 385 |
| |
|
0 commit comments