[PATCH] D101227:  [DOCS] Added example for G_EXTRACT and G_INSERT
    Dominik Montada via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May  3 00:35:46 PDT 2021
    
    
  
gargaroff accepted this revision.
gargaroff added a comment.
With the nit fixed, this should be good to go. Thanks!
================
Comment at: llvm/docs/GlobalISel/GenericOpcode.rst:200
+
+  %2:_(s64) = G_INSERT %0, %1:_(s32), 0
+
----------------
Add the type for %0 as well to make it clear that this is the same type as the result.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101227/new/
https://reviews.llvm.org/D101227
    
    
More information about the llvm-commits
mailing list