[webkit-changes] [WebKit/WebKit] fe1e2e: Remove unnecessary if check in getIntTypedArraySto...
Commit Queue
noreply at github.com
Mon Aug 28 22:01:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fe1e2e5072c07b40e41d03f1cc9e9d9cbfe100d2
https://github.com/WebKit/WebKit/commit/fe1e2e5072c07b40e41d03f1cc9e9d9cbfe100d2
Author: Mark Lam <mark.lam at apple.com>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
Log Message:
-----------
Remove unnecessary if check in getIntTypedArrayStoreOperand()'s DoubleRepUse case.
https://bugs.webkit.org/show_bug.cgi?id=260836
rdar://114596392
Reviewed by Yusuke Suzuki.
There's an inner `if (isClamped)` that is always true because it is enclosed inside an outer `if (isClamped)` statement.
* Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:
(JSC::FTL::DFG::LowerDFGToB3::compileCompareStrictEq):
Canonical link: https://commits.webkit.org/267390@main
More information about the webkit-changes
mailing list