PPC: Vector ICs: Like megamorphic keyed koads, use a dummy vector for stores
authormbrandy <mbrandy@us.ibm.com>
Thu, 25 Jun 2015 17:31:37 +0000 (10:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Jun 2015 17:31:46 +0000 (17:31 +0000)
commitafb311991562fdd5e4bb6d97e4f9192ef078c43e
treeb639f2329f17bd0eed2ff6c66b8567aed1c6350f
parent3efc54de152bdc936d1b2473410876207d15c511
PPC: Vector ICs: Like megamorphic keyed koads, use a dummy vector for stores

Port 9e7af9efc5857b3c7e23a77d257f3dfbea597753

Original commit message:
It's useful for the megamorphic keyed store case to not require a
vector and slot as input. Analogous to the load case, we have a dummy
one-ic-slot vector to aid. Since the only kind of MISS is for
megamorphic cache stub failures, we don't need the real vector.
The reason is that megamorphic cache stub failures don't result in any
change to the type feedback vector state.

R=mvstanton@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com
BUG=

Review URL: https://codereview.chromium.org/1212493002

Cr-Commit-Position: refs/heads/master@{#29302}
src/ic/ppc/ic-ppc.cc