On Wed, 11 Sep 2019, Martin Liška wrote: > Hi. > > Updated version of the patch that drops GENERIC > support in TREE codes.
+ (bit_ior (code1:c@3 @0 INTEGER_CST@1) (code2:c@4 @0 INTEGER_CST@2)) the :c on both code1 and code2 are not necessary since the constant is always second via canonicalization. OK with that removed. Thanks, Richard.
