[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:26:19 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:
Not resolved. You substitute 8-bit by byte to remove the 8-bit restriction.
https://github.com/llvm/llvm-project/pull/104705
More information about the llvm-commits
mailing list