diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-26 19:45:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-26 19:45:50 +0000 |
commit | 1329cb8d8992c34365fcc2ac0447356708157dfb (patch) | |
tree | 70766a5116a8fd3fc49296152fc8260d06625cbe /lib/CodeGen/LiveVariables.cpp | |
parent | 216f3f6522ca2d056d644bb24e4d73a1f2335f6d (diff) |
Infer alignment of loads and increase their alignment when we can tell they are
from the stack. This allows us to compile stack-align.ll to:
_test:
movsd LCPI1_0, %xmm0
movapd %xmm0, %xmm1
*** andpd 4(%esp), %xmm1
andpd _G, %xmm0
addsd %xmm1, %xmm0
movl 20(%esp), %eax
movsd %xmm0, (%eax)
ret
instead of:
_test:
movsd LCPI1_0, %xmm0
** movsd 4(%esp), %xmm1
** andpd %xmm0, %xmm1
andpd _G, %xmm0
addsd %xmm1, %xmm0
movl 20(%esp), %eax
movsd %xmm0, (%eax)
ret
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46401 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveVariables.cpp')
0 files changed, 0 insertions, 0 deletions