Skip to content

Commit 1722ed0

Browse files
committed
Extract DecoderTreeNode/DecoderTableEmitter into separate h/cpp files
Hopefully, logical separation simplifies the review. I was going to do this in the next patch anyway.
1 parent 547a6aa commit 1722ed0

File tree

6 files changed

+632
-558
lines changed

6 files changed

+632
-558
lines changed

llvm/utils/TableGen/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ add_tablegen(llvm-tblgen LLVM
4343
DAGISelMatcherGen.cpp
4444
DAGISelMatcherOpt.cpp
4545
DecoderEmitter.cpp
46+
DecoderTableEmitter.cpp
47+
DecoderTree.cpp
4648
DFAEmitter.cpp
4749
DFAPacketizerEmitter.cpp
4850
DisassemblerEmitter.cpp

0 commit comments

Comments
 (0)