This is a proof of concept that shows how we could have the targets provide more information for computeKnownBits analysis.
This was motivated by the discussion in D86364, where we could make the computeKnownBits analysis smarter but it seems that the compile time would not be worth it for all the targets. In other words, this patch shows how we could allow the targets to put some extract effort on the computeKnownBits analysis.
sorting