Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fe1e2e5072c07b40e41d03f1cc9e9d9cbfe100d2
      
https://github.com/WebKit/WebKit/commit/fe1e2e5072c07b40e41d03f1cc9e9d9cbfe100d2
  Author: Mark Lam <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to