aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2012-12-04 00:52:33 +0000
committerManman Ren <mren@apple.com>2012-12-04 00:52:33 +0000
commit69261a644298bff1497d46c8cd38d688670f307b (patch)
tree6552a5e87e17643db2693dab9046f435099467aa /test/CodeGen/Mips
parent46608c0f648af75dd7260c3d881ca17353bb5982 (diff)
downloadexternal_llvm-69261a644298bff1497d46c8cd38d688670f307b.zip
external_llvm-69261a644298bff1497d46c8cd38d688670f307b.tar.gz
external_llvm-69261a644298bff1497d46c8cd38d688670f307b.tar.bz2
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
the alignment is clamped to TargetFrameLowering.getStackAlignment if the target does not support stack realignment or the option "realign-stack" is off. This will cause miscompile if the address is treated as aligned and add is replaced with or in DAGCombine. Added a bool StackRealignable to TargetFrameLowering to check whether stack realignment is implemented for the target. Also added a bool RealignOption to MachineFrameInfo to check whether the option "realign-stack" is on. rdar://12713765 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips')
0 files changed, 0 insertions, 0 deletions