[PATCH] D69457: [globalisel][docs] Rewrite the IRTranslator documentation
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Oct 26 00:01:58 PDT 2019
    
    
  
arsenm added inline comments.
================
Comment at: llvm/docs/GlobalISel/IRTranslator.rst:69-70
+
 Aggregates are lowered to a single scalar vreg.
 This differs from SelectionDAG's multiple vregs via ``GetValueVTs``.
 
----------------
This is no longer accurate, and multiple registers are produced
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69457/new/
https://reviews.llvm.org/D69457
    
    
More information about the llvm-commits
mailing list