Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (all of...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 24 Jul 2008 08:17:07 +0000 (08:17 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 24 Jul 2008 08:17:07 +0000 (08:17 +0000)
commit982a05955ae9cfa71b8c6f3e80fed8ce5b778a1e
tree9beee2db0c3616b555636ac0b1bb526c5a04fa7d
parentbdfa9ac44550ea329468f3309b36c629017f3f3d
Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (all of the parameter registers are used) are loaded from sp offsets that were off by 4.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53979 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
test/CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll [new file with mode: 0644]