[turbofan] Fix unsafe out-of-bounds check for checked loads/stores.
authorBenedikt Meurer <bmeurer@chromium.org>
Fri, 19 Dec 2014 12:53:13 +0000 (13:53 +0100)
committerBenedikt Meurer <bmeurer@chromium.org>
Fri, 19 Dec 2014 12:53:29 +0000 (12:53 +0000)
commitf7e4689061261fb00660309c7778c124ff0ecca7
tree4510320e059f1ac4b920126326a82df8013b25bd
parent50b7ca5593b454e923c9f4707dc45322f9a39ef9
[turbofan] Fix unsafe out-of-bounds check for checked loads/stores.

BUG=chromium:443744
LOG=y
TEST=mjsunit/compiler/regress-443744
R=svenpanne@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#25901}
src/compiler/arm64/code-generator-arm64.cc
src/compiler/arm64/instruction-selector-arm64.cc
src/compiler/x64/code-generator-x64.cc
test/mjsunit/compiler/regress-443744.js [new file with mode: 0644]