mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 05:55:40 +00:00
An entry about packed type alignments.
llvm-svn: 27321
This commit is contained in:
parent
12e9ce7104
commit
403cd8f787
@ -149,4 +149,8 @@ single basic blocks. It should be able to handle stuff like this:
|
||||
|
||||
where c1/c2 are constants.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
For packed types, TargetData.cpp::getTypeInfo() returns alignment that is equal
|
||||
to the type size. It works but can be overly conservative as the alignment of
|
||||
specific packed types are target dependent.
|
||||
|
Loading…
Reference in New Issue
Block a user