Commit 5b01050e authored by Marja Hölttä's avatar Marja Hölttä Committed by V8 LUCI CQ

[compiler] Simplify JSTypedArrayRef further

Removing code left over by
https://chromium-review.googlesource.com/c/v8/v8/+/3124806 .

Bug: v8:7790
Change-Id: Id198df521ff58fe4f476f6f6a1fc624cb297be4a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3147591Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
Commit-Queue: Marja Hölttä <marja@chromium.org>
Cr-Commit-Position: refs/heads/main@{#76764}
parent b177b4e3
......@@ -1743,10 +1743,6 @@ Reduction JSNativeContextSpecialization::ReduceElementAccess(
}
}
for (ElementAccessInfo const& access_info : access_infos) {
if (!IsTypedArrayElementsKind(access_info.elements_kind())) continue;
}
// Check for the monomorphic case.
PropertyAccessBuilder access_builder(jsgraph(), broker(), dependencies());
if (access_infos.size() == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment