llvm-project
12667707 - [DataLayout] Add a specifier for element-aligned vectors

Commit
79 days ago
[DataLayout] Add a specifier for element-aligned vectors This adds the "ve" specifier to Data Layout, which says that vectors are element-aligned by default for a target. Note that we also remove the default vector specs for 64 and 128 bit vectors - these match the natural alignment of those vectors, so they didn't actually have any functional effect.
Author
Committer
Parents
Loading