[PATCH] D69545: [globalisel][docs] Rework GMIR documentation and add an early GenericOpcode reference
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 19:13:15 PDT 2019
dsanders created this revision.
dsanders added reviewers: aemerson, volkan, rovka, arsenm.
Herald added subscribers: Petar.Avramovic, jfb, arphaman, wdng.
Herald added a project: LLVM.
Rework the GMIR documentation to focus more on the end user than the
implementation and tie it in to the MIR document. There was also some
out-of-date information which has been removed.
The quality of the GenericOpcode reference is highly variable and drops
sharply as I worked through them all but we've got to start somewhere :-).
It would be great if others could expand on this too as there is an awful
lot to get through.
Also fix a typo in the definition of G_FLOG. Previously, the comments said
we had two base-2's (G_FLOG and G_FLOG2).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D69545
Files:
llvm/docs/GlobalISel/GMIR.rst
llvm/docs/GlobalISel/GenericOpcode.rst
llvm/docs/GlobalISel/index.rst
llvm/docs/LangRef.rst
llvm/docs/MIRLangRef.rst
llvm/include/llvm/Target/GenericOpcodes.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69545.226831.patch
Type: text/x-patch
Size: 29363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191029/bcb2df52/attachment.bin>
More information about the llvm-commits
mailing list