git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@278167
91177308-0d34-0410-b5e6-
96231b3b80d8
extensions using ``-march=knl``. The switch enables the ISA extensions
AVX-512{F, CD, ER, PF}.
+* LLVM will now prefer ``PUSH`` instructions rather than ``%esp``-relative
+ ``MOV`` instructions for function calls at all optimization levels greater
+ than ``-O0``. Previously this transformation only occurred at ``-Os``.
+
Changes to the AMDGPU Target
-----------------------------