This instruction has been removed in r306120.
NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314167
91177308-0d34-0410-b5e6-
96231b3b80d8
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.