[PATCH] D69545: [globalisel][docs] Rework GMIR documentation and add an early GenericOpcode reference
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 19:27:19 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/docs/GlobalISel/GenericOpcode.rst:4
+
+Generic Opcodes
+===============
----------------
This document brings the number of places documenting the generic opcodes to 3. TargetOpcodes.def attempts to document these, as does GenericOpcodes.td. There's a risk of these becoming out of date and inconsistent with each other. We should probably prune these to have one canonical place for documenting them. Ideally this document would be generated from the comments in either the .td or .def file
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69545/new/
https://reviews.llvm.org/D69545
More information about the llvm-commits
mailing list