Skip to content

Commit de8030e

Browse files
authored
[TableGen] Extract InstructionEncoding class into a separate file (NFC) (#158505)
So that it can be used in CodeEmitterGen / VarLenCodeEmitterGen.
1 parent 50d0ce6 commit de8030e

File tree

4 files changed

+594
-535
lines changed

4 files changed

+594
-535
lines changed

llvm/utils/TableGen/Common/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ add_llvm_library(LLVMTableGenCommon STATIC OBJECT EXCLUDE_FROM_ALL DISABLE_LLVM_
2929
CodeGenTarget.cpp
3030
DAGISelMatcher.cpp
3131
InfoByHwMode.cpp
32+
InstructionEncoding.cpp
3233
OptEmitter.cpp
3334
PredicateExpander.cpp
3435
SubtargetFeatureInfo.cpp

0 commit comments

Comments
 (0)