OSDN Git Service

Specify MachinePointerInfo as refering to the argument value and offset of the
authorRoman Divacky <rdivacky@freebsd.org>
Mon, 24 Sep 2012 20:47:19 +0000 (20:47 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Mon, 24 Sep 2012 20:47:19 +0000 (20:47 +0000)
commit5236ab3fdd4ce9b9990ef58cd8fac695cfbd0eaf
tree11864a89b2da901177ec57e5f413de2ad2618cf8
parent00796a1b15a83247e19c2445a6ff7a31e72299a4
Specify MachinePointerInfo as refering to the argument value and offset of the
store when handling byval arguments. Thus preventing reordering of the store
with load with post-RA scheduler.

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