[all-commits] [llvm/llvm-project] ad0dfb: [globalisel][docs] Rework GMIR documentation and a...
Daniel Sanders via All-commits
all-commits at lists.llvm.org
Tue Nov 5 15:18:50 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ad0dfb0a25344027948a675ec15a6793e44b6463
https://github.com/llvm/llvm-project/commit/ad0dfb0a25344027948a675ec15a6793e44b6463
Author: Daniel Sanders <daniel_l_sanders at apple.com>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M llvm/docs/GlobalISel/GMIR.rst
A llvm/docs/GlobalISel/GenericOpcode.rst
M llvm/docs/GlobalISel/index.rst
M llvm/docs/LangRef.rst
M llvm/docs/MIRLangRef.rst
M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
M llvm/include/llvm/Target/GenericOpcodes.td
Log Message:
-----------
[globalisel][docs] Rework GMIR documentation and add an early GenericOpcode reference
Summary:
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).
Reviewers: aemerson, volkan, rovka, arsenm
Reviewed By: rovka
Subscribers: wdng, arphaman, jfb, Petar.Avramovic, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69545
More information about the All-commits
mailing list