Skip to content

Conversation

@cdleary
Copy link
Collaborator

@cdleary cdleary commented Jan 11, 2026

Also ran multiprocess fuzz for 15 mins on a manycore box

@cdleary cdleary marked this pull request as ready for review January 11, 2026 21:23
…, W-1, 1)), or_reduce(bit_slice(x, k, W-1-k)))
@cdleary cdleary changed the title [opt] Add strength reduction for sgtz(x) -> and(not(msb(x)), nez(x)) [opt] Add strength reduction for sgtz(x) -> and(not(msb(x)), nez(x)) and sgt(x, 2^k-1) Jan 12, 2026
cdleary added a commit to xlsynth/xlsynth that referenced this pull request Jan 12, 2026
…> and(not(bit_slice(x, W-1, 1)), or_reduce(bit_slice(x, k, W-1-k)))
meheff pushed a commit to xlsynth/xlsynth that referenced this pull request Jan 14, 2026
…> and(not(bit_slice(x, W-1, 1)), or_reduce(bit_slice(x, k, W-1-k)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants