Detect FI|cst pattern in MipsDAGToDAGISel::SelectAddr. Patch by Sasa Stankovic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132448 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Akira Hatanaka
2011-06-02 01:03:14 +00:00
parent f876bf81df
commit 5e06903e66
3 changed files with 28 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ define void @f() nounwind {
entry:
; CHECK: lui $at, 65534
; CHECK: addu $at, $sp, $at
; CHECK: addiu $sp, $at, -24
; CHECK: addiu $sp, $at, -16
; CHECK: .cprestore 65536
%agg.tmp = alloca %struct.S1, align 1