pate icon indicating copy to clipboard operation
pate copied to clipboard

shift+mask -> concat

Open dmwit opened this issue 3 years ago • 0 comments

When reading from memory, the new memory model currently reassembles bytes by shifting and masking. If we use bitvector concatenation instead, that will more clearly indicate our intent -- and may lead to better rewrites in what4 and better performance from solvers.

dmwit avatar Jun 15 '21 03:06 dmwit