diff options
author | Ashley Nelson <nashley@google.com> | 2023-07-21 14:15:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 14:15:45 -0700 |
commit | e2f5d79fd0f9bd12d69733e98b534ce63592bd57 (patch) | |
tree | 7f6c0b2878f421c0d94de05c741f0c137ca5f92b /src/analysis/powerset-lattice-impl.h | |
parent | 84af3482c31bb33595cbb72f30070bc27eab721c (diff) | |
download | binaryen-e2f5d79fd0f9bd12d69733e98b534ce63592bd57.tar.gz binaryen-e2f5d79fd0f9bd12d69733e98b534ce63592bd57.tar.bz2 binaryen-e2f5d79fd0f9bd12d69733e98b534ce63592bd57.zip |
[Outlining] Changing stringify values to 32-bit (#5832)
The LLVM suffix tree expects to be provided with a vector of 32-bit unsigned integers. This PR makes it easier to integrate our wasm program string with the suffix tree.
Because the range of possible values is reduced from 2^64 to 2^32, a signed integer was added to manage the next separator value and ensure we're using every possible negative number.
Diffstat (limited to 'src/analysis/powerset-lattice-impl.h')
0 files changed, 0 insertions, 0 deletions