about summary refs log tree commit diff
path: root/src/test/codegen/issue-56927.rs
AgeCommit message (Collapse)AuthorLines
2018-12-21Fix alignment for array indexingNikita Popov-0/+44
We need to reduce the alignment with the used offset. If the offset isn't known, we need to reduce with the element size to support arbitrary offsets.