DescriptionPPC/s390: [full-codegen] Eliminate unnecessary hole checks for stores
Port 231c8ac0a78dd3d28f5398452c139062430ff008
Original commit message:
Loads already used source position elimination to avoid unnecessary hole checks,
but for reasons unknown stores did not. This CL corrects that, making full-codegen's
hole elimination equivalent to ignition's.
Also introduced a HoleCheckMode enum class to avoid more bool flags and updated
VariableProxy and BytecodeGenerator appropriately.
R=adamk@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, bjaideep@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com
BUG=
Committed: https://crrev.com/e39a7c7187817227d5c47df4603d2c3431bff6cb
Cr-Commit-Position: refs/heads/master@{#40538}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|