[PATCH] D52366: [tblgen][disasm] Separate encodings from instructions
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 19 14:23:34 PDT 2018
kparzysz added a comment.
The encoding of an instruction includes encodings of its operands. How are you planning to implement separate encoder/decoder methods? Right now their names are all embedded into operand definitions.
Repository:
rL LLVM
https://reviews.llvm.org/D52366
More information about the llvm-commits
mailing list