diff options
author | Alon Zakai <azakai@google.com> | 2022-03-22 13:16:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 13:16:34 -0700 |
commit | ff762d2aabdb24e56db9fad1aaaa0561c80183b6 (patch) | |
tree | 32370618acfe1eab430a684bb23c1411153546e5 /src/passes/param-utils.cpp | |
parent | 1ffea5761c4a9ddbdb2b1e6dc35d5346f2956b9c (diff) | |
download | binaryen-ff762d2aabdb24e56db9fad1aaaa0561c80183b6.tar.gz binaryen-ff762d2aabdb24e56db9fad1aaaa0561c80183b6.tar.bz2 binaryen-ff762d2aabdb24e56db9fad1aaaa0561c80183b6.zip |
[NFC] Refactor DeadArgumentElimination code to use LocalGraph (#4542)
I believe this old code was written before we had LocalGraph. It does a flow
analysis to see if the values arriving in parameters are actually used, but
there is no reason to do it manually since we have LocalGraph now which
makes that trivial, as it matches the values for each get, so we can just check
if any get can read the param's incoming value.
Diffstat (limited to 'src/passes/param-utils.cpp')
0 files changed, 0 insertions, 0 deletions