mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 14:26:08 +00:00

This contains two updates: * Generalize the "no loads stores of aggregates" to "no values of aggregate type" in general, and be clearer about the exceptions where it is okay to use them. * Mention that you should not load/store non-byte-size types.