diff options
author | Alon Zakai <azakai@google.com> | 2021-08-16 15:57:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 22:57:04 +0000 |
commit | eeb864a593f08d1bebbbda5f6fbc21fa93c5b8af (patch) | |
tree | 9466c7dcd9a718c1eedbdabbb425f387b9f0bbdf /test/lit/passes/local-cse_all-features.wast | |
parent | a8c929df4ce3aafc933078380acb2c9a6d655ca6 (diff) | |
download | binaryen-eeb864a593f08d1bebbbda5f6fbc21fa93c5b8af.tar.gz binaryen-eeb864a593f08d1bebbbda5f6fbc21fa93c5b8af.tar.bz2 binaryen-eeb864a593f08d1bebbbda5f6fbc21fa93c5b8af.zip |
[Wasm GC] ConstantFieldPropagation: Ignore copies (#4084)
When looking for all values written to a field, we can ignore
values that are loaded from that same field, i.e., are copied from
something already present there. Such operations never introduce
new values.
This helps by a small but non-zero amount on j2cl.
Diffstat (limited to 'test/lit/passes/local-cse_all-features.wast')
0 files changed, 0 insertions, 0 deletions