[PATCH] D88385: [TableGen][M68K] (Patch 1/8) Utilities for complex instruction addressing modes: CodeBeads and logical operand helper functions

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 3 16:42:32 PDT 2020


myhsu updated this revision to Diff 296009.
myhsu added a comment.

Decouple `getGenInstrBeads` from `<Target>MCCodeEmitter` and put it as a static function in `llvm::<Target namespace>` with new name `getMCInstrBeads`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88385/new/

https://reviews.llvm.org/D88385

Files:
  llvm/include/llvm/Target/Target.td
  llvm/utils/TableGen/CMakeLists.txt
  llvm/utils/TableGen/CodeBeadsGen.cpp
  llvm/utils/TableGen/InstrInfoEmitter.cpp
  llvm/utils/TableGen/TableGen.cpp
  llvm/utils/TableGen/TableGenBackends.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88385.296009.patch
Type: text/x-patch
Size: 15595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201003/92b4d1d1/attachment.bin>


More information about the llvm-commits mailing list