Skip to content

compiler: emit NaturallyAligned when element type & index type are the same width

Cheng Shao requested to merge wip/fix-alignmentspec into master

This commit fixes a subtle mistake in alignmentFromTypes that used to generate Unaligned when element type & index type are the same width. Fixes #24930 (closed).

Merge request reports