Bug 260836 - Remove unnecessary if check in getIntTypedArrayStoreOperand()'s DoubleRepUse case.
Summary: Remove unnecessary if check in getIntTypedArrayStoreOperand()'s DoubleRepUse ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-28 17:30 PDT by Mark Lam
Modified: 2023-08-28 22:01 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2023-08-28 17:30:22 PDT
There's an inner `if (isClamped)` that is always true because it is enclosed inside an outer `if (isClamped)` statement.
Comment 1 Radar WebKit Bug Importer 2023-08-28 17:30:42 PDT
<rdar://problem/114596392>
Comment 2 Mark Lam 2023-08-28 17:42:38 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17161
Comment 3 EWS 2023-08-28 22:01:49 PDT
Committed 267390@main (fe1e2e5072c0): <https://commits.webkit.org/267390@main>

Reviewed commits have been landed. Closing PR #17161 and removing active labels.