[PATCH] D22297: TableGen: Allow custom register operand decoder method

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 16:37:25 PDT 2016


hfinkel added a subscriber: hfinkel.
hfinkel accepted this revision.
hfinkel added a reviewer: hfinkel.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: utils/TableGen/FixedLenDecoderEmitter.cpp:1701
@@ +1700,3 @@
+  // for decoding register classes.
+  // FIXME: This need to be extended to handle instructions with custom
+  // decoder methods, and operands with (simple) MIOperandInfo's.
----------------
Please update the comment (e.g. "At this point" is no longer clear) and the FIXME to reflect the new state of the code.


https://reviews.llvm.org/D22297





More information about the llvm-commits mailing list