[PATCH] D101227: [DOCS] Added example for G_EXTRACT and G_INSERT

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 24 04:37:12 PDT 2021


xgupta added a comment.

Whenever you make changes to docs, make sure you run `make docs-llvm-html` before updating the revision.



================
Comment at: llvm/docs/GlobalISel/GenericOpcode.rst:190
+.. code-block:: none
+  %3:_(s32) = G_EXTRACT %2, 32
+
----------------
A line break is needed between these two lines


================
Comment at: llvm/docs/GlobalISel/GenericOpcode.rst:198
+.. code-block:: none
+%5:_(s192) = G_INSERT %4, %3, 0
+
----------------
same here and %5 should be shifted two keystrokes right for indentation.


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

https://reviews.llvm.org/D101227



More information about the llvm-commits mailing list