[PATCH] D86189: [LangRef] State that storing an aggregate fills padding with undef
    Eli Friedman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Aug 19 14:05:32 PDT 2020
    
    
  
efriedma added a comment.
Makes sense.
================
Comment at: llvm/docs/LangRef.rst:9331
+If ``<value>`` is of aggregate type, padding is filled with
+:ref:`undef <undefvalues>`.
 
----------------
Probably makes sense to add corresponding language to loads (that they ignore the padding).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86189/new/
https://reviews.llvm.org/D86189
    
    
More information about the llvm-commits
mailing list