diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-01-08 06:23:39 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-06-30 12:00:54 +0200 |
| commit | a19d607fdac63d50024f239e410c803ad59d77cb (patch) | |
| tree | b5c37f9ea01dc3bd494bd6b8af8bddf312d4b4b7 /validation/optim | |
| parent | c3e9c9bb6a40429aa6088a47bb7e4fa6314800ca (diff) | |
| download | sparse-dev-a19d607fdac63d50024f239e410c803ad59d77cb.tar.gz | |
cse: let equivalent casts hash & compare identically
Now that cast instructions are more finely grained, it's
not needed to compare the original type of the casts,
only the original size can matter.
So, do not hash & compare the original types but only the
orignal sizes. This allow much more casts instructions to be
CSEed away.
Note: like noted in the code, even the original size shouldn't
matter as identical sources should implies identical
original sizes but this can't yet be guaranted.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/optim')
0 files changed, 0 insertions, 0 deletions
