mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
Default TargetData alignment information for 128-bit floating-point types.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151473 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
32c185eb27
commit
34674743f5
@ -150,6 +150,7 @@ void TargetData::init() {
|
||||
setAlignment(FLOAT_ALIGN, 2, 2, 16); // half
|
||||
setAlignment(FLOAT_ALIGN, 4, 4, 32); // float
|
||||
setAlignment(FLOAT_ALIGN, 8, 8, 64); // double
|
||||
setAlignment(FLOAT_ALIGN, 16, 16, 128); // ppcf128, quad, ...
|
||||
setAlignment(VECTOR_ALIGN, 8, 8, 64); // v2i32, v1i64, ...
|
||||
setAlignment(VECTOR_ALIGN, 16, 16, 128); // v16i8, v8i16, v4i32, ...
|
||||
setAlignment(AGGREGATE_ALIGN, 0, 8, 0); // struct
|
||||
|
Loading…
x
Reference in New Issue
Block a user