When proving implication via operations and LHS was taken from sext, it makes sense to try
to take RHS from extension also in case of type sizes mismatch.
Details
Details
- Reviewers
reames skatkov anna sanjoy apilipenko
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Well, this situation is not something that can be reached easily (mostly because normal add does not propagate nsw flag), but I will try.
Comment Actions
One way is to change it to an assert and then try to bootstrap clang[1], and see what breaks. :)