-
Enhancement
-
Resolution: Duplicate
-
P4
-
21
Platforms with alignment requirement do not need to have alignment modulo vector_width, that is too restrictive. It prevents vectorization of some simple conversion tests. Platforms often only require 4-byte or 8-byte alignment.
This is more relevant afterJDK-8298935 (where we disable "resurrecting" rejected memops). This prevents certain conversion-tests to fail under +AlignVector. For example some tests in TestVectorizeTypeConversion.java.
This is more relevant after
- duplicates
-
JDK-8310190 C2 SuperWord: AlignVector is broken, generates misaligned packs
-
- Resolved
-
- is blocked by
-
JDK-8298935 fix independence bug in create_pack logic in SuperWord::find_adjacent_refs
-
- Resolved
-
- relates to
-
JDK-8305055 IR check fails on some aarch64 platforms
-
- Resolved
-
-
JDK-8310190 C2 SuperWord: AlignVector is broken, generates misaligned packs
-
- Resolved
-