vsavchenko added a comment.

In D103096#2867136 <https://reviews.llvm.org/D103096#2867136>, @ASDenysPetrov 
wrote:

> @vsavchenko
>
>> I still want to hear a good explanation why is it done this way.  Here `c` 
>> is mapped to `(char)x`, and we have `[-10, 10]` directly associated with it, 
>> but we also have `(short)x` associated with `[8, 8]`.  Why can't 
>> `VisitSymbolCast` look up constraints for `(short)x` it already looks up for 
>> constraints for different casts already.
>
> Hm, you've confused me. I'll make some debugging and report.

It should not be about debugging, it's your code!  Why did you write it this 
way!?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103096/new/

https://reviews.llvm.org/D103096

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to