Bug 260836
| Summary: | Remove unnecessary if check in getIntTypedArrayStoreOperand()'s DoubleRepUse case. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
There's an inner `if (isClamped)` that is always true because it is enclosed inside an outer `if (isClamped)` statement.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/114596392>
Mark Lam
Pull request: https://github.com/WebKit/WebKit/pull/17161
EWS
Committed 267390@main (fe1e2e5072c0): <https://commits.webkit.org/267390@main>
Reviewed commits have been landed. Closing PR #17161 and removing active labels.