- Handle casts a bit more cleanly just with a loop rather than with recursion.
- Add additional cases for smin/smax
- For shifts we can also deduce non-zero if the maximum shift amount on the known 1s is non-zero.
Differential D156777
[SelectionDAG] Add/Improve cases in `isKnownNeverZero` goldstein.w.n on Aug 1 2023, 12:33 AM. Authored by
Details
Diff Detail
Unit Tests Event Timeline
Comment Actions Fix shift cnt check
|
Looking through any_extend seems wrong, the high bits may not be 0 as they're undefined