[llvm] r314167 - [GlobalISel] Update the documentation for G_SEQUENCE

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 15:03:05 PDT 2017


Author: qcolombet
Date: Mon Sep 25 15:03:05 2017
New Revision: 314167

URL: http://llvm.org/viewvc/llvm-project?rev=314167&view=rev
Log:
[GlobalISel] Update the documentation for G_SEQUENCE

This instruction has been removed in r306120.

NFC.

Modified:
    llvm/trunk/docs/GlobalISel.rst

Modified: llvm/trunk/docs/GlobalISel.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GlobalISel.rst?rev=314167&r1=314166&r2=314167&view=diff
==============================================================================
--- llvm/trunk/docs/GlobalISel.rst (original)
+++ llvm/trunk/docs/GlobalISel.rst Mon Sep 25 15:03:05 2017
@@ -304,8 +304,6 @@ As opposed to SelectionDAG, there are no
 Legalization is iterative, and all state is contained in GMIR.  To maintain the
 validity of the intermediate code, instructions are introduced:
 
-* ``G_SEQUENCE`` --- concatenate multiple registers into a single wider
-  register.
 
 * ``G_EXTRACT`` --- extract a simple register (as contiguous sequences of bits)
   from a single wider register.




More information about the llvm-commits mailing list