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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 20 11:30:12 PST 2020


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/Target/Target.td:635
 
+  /// UseLogicalOperandMappings - If set, several helper functions would be
+  /// generated for this instruction to map properties like index, type of
----------------
jrtc27 wrote:
> would -> will
https://llvm.org/docs/CodingStandards.html#doxygen-use-in-documentation-comments says "don't use example - "

Many older functions do not conform to the standard but newer functions should.


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

https://reviews.llvm.org/D88385



More information about the llvm-commits mailing list