So overall, this pull request is based on the assumption that we might only need to search for constants that appear in the original program instead of searching for all constants, right?
Yeah. I mean it will store the constants that appears in original program and search only for those. Compared with searching for all constants such as all integer in 10-bit size, the search space is much smaller.
Yeah. I mean it will store the constants that appears in original program and search only for those. Compared with searching for all constants such as all integer in 10-bit size, the search space is much smaller.