[turbofan] Add BoundsCheckMode to ElementAccess.
authorbmeurer@chromium.org <bmeurer@chromium.org>
Wed, 1 Oct 2014 07:42:54 +0000 (07:42 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org>
Wed, 1 Oct 2014 07:42:54 +0000 (07:42 +0000)
commit67383fe700c94124f4bbd81961386fb82098e11a
tree2f18c9926c69f6b08b3fc2df848c84d7be8d15c4
parent63851465f27978a16f8b7bffd94795d662dc0442
[turbofan] Add BoundsCheckMode to ElementAccess.

This is currently only used for StoreElement. LoadElement will be
updated to make use of that in a follow-up CL (depends on additional
control input for loads first).

TEST=cctest,mjsunit
R=jarin@chromium.org, mstarzinger@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24347 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler/access-builder.cc
src/compiler/js-typed-lowering.cc
src/compiler/simplified-lowering.cc
src/compiler/simplified-operator-unittest.cc
src/compiler/simplified-operator.cc
src/compiler/simplified-operator.h
test/cctest/compiler/test-simplified-lowering.cc