[x64] Fix optimization for certain checked load/stores.
authorBenedikt Meurer <bmeurer@chromium.org>
Wed, 10 Dec 2014 07:48:57 +0000 (08:48 +0100)
committerBenedikt Meurer <bmeurer@chromium.org>
Wed, 10 Dec 2014 07:49:12 +0000 (07:49 +0000)
commit19418d76dfba7a48b3ab5760e2295a425b50590b
tree9c10f50e85f0f552bc909a71aecdaea32dbde746
parenta068503b451d5a0e95aeaa23856b342bd707deef
[x64] Fix optimization for certain checked load/stores.

BUG=chromium:439743
LOG=y
TEST=mjsunit
R=svenpanne@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#25731}
src/compiler/x64/code-generator-x64.cc
src/compiler/x64/instruction-selector-x64.cc
test/mjsunit/asm/float32array-negative-offset.js [new file with mode: 0644]
test/mjsunit/asm/float64array-negative-offset.js [new file with mode: 0644]
test/mjsunit/asm/int16array-negative-offset.js [new file with mode: 0644]
test/mjsunit/asm/int32array-negative-offset.js [new file with mode: 0644]
test/mjsunit/asm/int8array-negative-offset.js [new file with mode: 0644]
test/mjsunit/compiler/regress-439743.js [new file with mode: 0644]
test/mjsunit/compiler/regress-lena.js [deleted file]