On Wed, 24 Jun 2020, zhoukaipeng (A) wrote: > Hi, > > This is a fix for pr95854. > > Only add a judgement to make sure operand1 and operand2 are both INTEGER_CST. > > Bootstrap and tested on aarch64 Linux platform. No new regression witnessed. > > Is it ok to be merged?
Please use tree_fits_uhwi_p () instead of the INTEGER_CST tree code check. OK with that change. Thanks, Richard.