diff options
author | Alon Zakai <alonzakai@gmail.com> | 2018-11-28 16:45:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 16:45:34 -0800 |
commit | 0b425638bdafe7be7ed914943de931b491881e23 (patch) | |
tree | aaccb37a19e922bd29cd0ab5ec96075896b59f50 /.clang-format | |
parent | 2de7b22f2b245ab2cf4efffab500a88511972bd8 (diff) | |
download | binaryen-0b425638bdafe7be7ed914943de931b491881e23.tar.gz binaryen-0b425638bdafe7be7ed914943de931b491881e23.tar.bz2 binaryen-0b425638bdafe7be7ed914943de931b491881e23.zip |
LocalCSE fuzz fix: invalidate the set operations too (#1778)
We invalidated based on effects of set values, but not of the sets themselves. Without that, a set could be overridden by something irrelevant and we thought we could still reuse the old value.
Before this PR, the testcase would have the last set's value be optimized into a get, incorrectly.
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions