v8/test
Hao Xu 263493add5 [wasm][revec] Reorder load chain to avoid breaking effect dependency
There exists load chain as below that can not be packed due to the
effect dependency to irrelevant load:

  [Load1] -> [Irrelevant Load] -> [Load2]

We can avoid breaking this dependency by reordering the load chain so
[Load1] and [Load2] can be packed:

  [Load1] -> [Load2] -> [Irrelevant Load]

Bug: v8:12716
Change-Id: I298a8fd3d44d0a147479e1f80ac67b6a491740ec
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4134474
Commit-Queue: Hao A Xu <hao.a.xu@intel.com>
Reviewed-by: Maya Lekova <mslekova@chromium.org>
Cr-Commit-Position: refs/heads/main@{#85379}
2023-01-19 02:29:35 +00:00
..
benchmarks Microoptimizations in FastDtoa. 2022-12-16 15:03:39 +00:00
bigint
cctest PPC/s390: Various post-Code rename cleanups 2023-01-18 19:56:42 +00:00
common Various post-Code rename cleanups 2023-01-18 16:26:26 +00:00
debugger Reland: "[wasm] Compile debug code lazily" 2022-12-15 14:59:13 +00:00
debugging
fuzzer Various post-Code rename cleanups 2023-01-18 16:26:26 +00:00
fuzzilli
inspector [cleanup] Remove experimental flag for [[Scopes]] removal 2023-01-11 11:51:48 +00:00
intl Skip intl/overrides/caching 2023-01-10 09:45:05 +00:00
js-perf-test [perf] Add file to js-perf-test resources list 2023-01-11 10:50:45 +00:00
memory
message Resolved an issue where an earlier error was not reported first in certain cases 2022-11-11 13:43:32 +00:00
mjsunit [mjsunit] Mark regress-1353555 as non-predictable 2023-01-18 14:16:52 +00:00
mkgrokdump
mozilla
test262 RegExp.flags: check individual flags in correct order 2023-01-18 18:43:39 +00:00
torque
unittests [wasm][revec] Reorder load chain to avoid breaking effect dependency 2023-01-19 02:29:35 +00:00
wasm-api-tests [wasm-gc] Final types 2022-12-20 14:03:30 +00:00
wasm-js [wasm] Update spec tests 2023-01-11 19:59:14 +00:00
wasm-spec-tests [wasm] Update spec tests 2023-01-11 19:59:14 +00:00
webkit
BUILD.gn
OWNERS