Resynchronize isLoadFromStackSlot with LoadRegFromStackSlot (and stores) in PPCInstrInfo
authorHal Finkel <hfinkel@anl.gov>
Wed, 27 Mar 2013 21:21:15 +0000 (21:21 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 27 Mar 2013 21:21:15 +0000 (21:21 +0000)
commitf25f93b685a6cb91d8370ae5dc1436a863a670d2
tree7f801a32db059a8e1f1a220d30e23ce0daee5004
parent09d27fb6ab81b5ee09d15d7fac692945214bf6c9
Resynchronize isLoadFromStackSlot with LoadRegFromStackSlot (and stores) in PPCInstrInfo

These functions should have the same list of load/store instructions. Now that
all load/store forms have been normalized (to single instructions or pseudos)
they can be resynchronized.

Found by inspection, although hopefully this will improve optimization.  I've
also added some comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178180 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCInstrInfo.cpp