DescriptionPPC: [turbofan] Optimize loading 64-bit SMIs.
Especially when loading and untagging SMIs within code stubs,
instances of the following pattern appear in the generated code:
ld <dst>, <offset>(<base>)
sradi <dst>,<dst>,32
This CL changes that code to:
lwa <dst>, <SmiWordOffset(offset)>(<base>)
R=joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=
Committed: https://crrev.com/6ae6d3f8b70e05eb5dd0cdaff77b530486c08ad2
Cr-Commit-Position: refs/heads/master@{#35216}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|