We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a1d7e commit ad28ff7Copy full SHA for ad28ff7
llvm/docs/GlobalISel/GenericOpcode.rst
@@ -765,6 +765,7 @@ G_BR
765
Unconditional branch
766
767
.. code-block:: none
768
+
769
G_BR %bb.<id>
770
771
G_BRCOND
@@ -773,6 +774,7 @@ G_BRCOND
773
774
Conditional branch
775
776
777
778
G_BRCOND %condition, %basicblock.<id>
779
780
G_BRINDIRECT
@@ -781,6 +783,7 @@ G_BRINDIRECT
781
783
Indirect branch
782
784
785
786
787
G_BRINDIRECT %src(p0)
788
789
G_BRJT
@@ -789,6 +792,7 @@ G_BRJT
792
Indirect branch to jump table entry
790
793
791
794
795
796
G_BRJT %ptr(p0), %jti, %idx(s64)
797
798
G_JUMP_TABLE
0 commit comments