[PATCH] D86189: [LangRef] State that storing an aggregate fills padding with undef
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 29 22:57:24 PDT 2020
aqjune marked an inline comment as done.
aqjune added inline comments.
================
Comment at: llvm/docs/LangRef.rst:9242
+If the value being loaded is of aggregate type, the bytes that correspond to
+padding may be accessed but is ignored, because it is impossible to observe
+padding from the loaded aggregate value.
----------------
nikic wrote:
>
https://github.com/llvm/llvm-project/commit/09dcb52ca83b325f6de76b69bc543122de58cde9
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