[llvm] [LangRef] Document the difference between `<abi>` and `<pref>` (PR #147929)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 14:47:22 PDT 2025


================
@@ -3240,12 +3240,15 @@ as follows:
     as :ref:`Non-Integral Pointer Type <nointptrtype>` s.  The ``0``
     address space cannot be specified as non-integral.
 
+``<abi>`` provides a minimum allowed alignment for a type, and
----------------
efriedma-quic wrote:

"pref" align is primarily used for allocas and global variables.

https://github.com/llvm/llvm-project/pull/147929


More information about the llvm-commits mailing list