Skip to content

Commit a47db71

Browse files
committed
[X86][ReleaseNotes] Add a note about the switch to widening legalization for narrow vectors.
llvm-svn: 370233
1 parent 165d479 commit a47db71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ Changes to the X86 Target
8585

8686
During this release ...
8787

88+
* Less than 128 bit vector types, v2i32, v4i16, v2i16, v8i8, v4i8, and v2i8, are
89+
now stored in the lower bits of an xmm register and the upper bits are
90+
undefined. Previously the elements were spread apart with undefined bits in
91+
between them.
92+
8893
Changes to the AMDGPU Target
8994
-----------------------------
9095

0 commit comments

Comments
 (0)