Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 2a35d3b

Browse files
committed
More x86 release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@310501 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 8bd85ee commit 2a35d3b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/ReleaseNotes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,18 @@ Changes to the X86 Target
117117

118118
* Added support for AMD Lightweight Profiling (LWP) instructions.
119119

120+
* Avoid using slow LEA instructions.
121+
122+
* Use alternative sequences for multiply by constant.
123+
124+
* Improved lowering of strided shuffles.
125+
126+
* Improved the AVX512 cost model used by the vectorizer.
127+
128+
* Fix scalar code performance when AVX512 is enabled by making i1's illegal.
129+
130+
* Fixed many inline assembly bugs.
131+
120132
Changes to the AMDGPU Target
121133
-----------------------------
122134

0 commit comments

Comments
 (0)