Re: do not special case pointers while canonicalizing ranges

2019-11-04 Thread Andrew MacLeod
On 11/4/19 5:17 PM, Aldy Hernandez wrote: And now with patch! On 11/4/19 11:15 PM, Aldy Hernandez wrote: There's no need to special case pointers when converting suitable VR_ANTI_RANGE's into VR_RANGE's now that vrp_val*{min, max} handle pointers by default. OK? this seems fine, and skirts

Re: do not special case pointers while canonicalizing ranges

2019-11-04 Thread Aldy Hernandez
And now with patch! On 11/4/19 11:15 PM, Aldy Hernandez wrote: There's no need to special case pointers when converting suitable VR_ANTI_RANGE's into VR_RANGE's now that vrp_val*{min, max} handle pointers by default. OK? commit 2a8a783d542158405d2b90b5361669a8aa56ea83 Author: Aldy Hernandez

do not special case pointers while canonicalizing ranges

2019-11-04 Thread Aldy Hernandez
There's no need to special case pointers when converting suitable VR_ANTI_RANGE's into VR_RANGE's now that vrp_val*{min, max} handle pointers by default. OK?