[PATCH] D107630: [docs][GlobalISel]Adding info for G_JUMP_TABLE generic opcode

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 10:19:59 PDT 2021


xgupta added inline comments.


================
Comment at: llvm/docs/GlobalISel/GenericOpcode.rst:812
+The above example generates a pointer to the source jump table index. Source 
+operand must be a jump table index.
 
----------------
minor nit: I think "Source operand must be a jump table index." seems redundant here as you already said above "The source operand is a jump table index."


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107630



More information about the llvm-commits mailing list