llvm-6502/include
Pete Cooper f77ca9f85f Encode MCSymbol alignment as log2(align).
Given that alignments are always powers of 2, just encode it this way.

This matches how we encode alignment on IR GlobalValue's for example.

This compresses the CommonAlign member down to 5 bits which allows it
to pack better with the surrounding fields.

Reviewed by Duncan Exon Smith.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241189 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-01 21:07:03 +00:00
..
llvm Encode MCSymbol alignment as log2(align). 2015-07-01 21:07:03 +00:00
llvm-c lto: Clean up C libLTO interfaces pertaining to linker flags. 2015-06-29 23:09:12 +00:00