[llvm] [LangRef/DataLayout] Spell out requirements for alignment values (PR #104705)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 18 09:07:28 PDT 2024
================
@@ -3030,8 +3030,7 @@ as follows:
``S<size>``
Specifies the natural alignment of the stack in bits. Alignment
promotion of stack variables is limited to the natural stack
- alignment to avoid dynamic stack realignment. The stack alignment
- must be a multiple of 8-bits. If omitted, the natural stack
----------------
tschuett wrote:
This is an 8-bit per byte world and your downstream target differs from that assumption. Don't play games.
https://github.com/llvm/llvm-project/pull/104705
More information about the llvm-commits
mailing list