[webkit-changes] [WebKit/WebKit] a9ee31: [JSC] Vector load / store address should be able t...

Yusuke Suzuki noreply at github.com
Fri Feb 10 11:20:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a9ee3170cec28e295ef107ea5e0f28382aad6afd
      https://github.com/WebKit/WebKit/commit/a9ee3170cec28e295ef107ea5e0f28382aad6afd
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M Source/JavaScriptCore/b3/air/AirArg.h

  Log Message:
  -----------
  [JSC] Vector load / store address should be able to use pimm on ARM64
https://bugs.webkit.org/show_bug.cgi?id=252024
rdar://105247592

Reviewed by Mark Lam.

Right now isValidAddrForm with pimm with V128 is always returning false on ARM64.
We should allow this to make V128 Load / Store efficient.

* Source/JavaScriptCore/b3/air/AirArg.h:
(JSC::B3::Air::Arg::isValidAddrForm):

Canonical link: https://commits.webkit.org/260119@main




More information about the webkit-changes mailing list