snazzy-d/sdc

Improve Intrinsic's VRP.

deadalnix opened this issue · 1 comments

popCount, countLeadingZeros and countTrailingZeros would benefit from having tighter VRP.

For instance, we shoudl expect that when a masked value is passed into popCount, that maximum population should be reduced in accordance to the mask.