Re: [PATCH] sccvn: Handle bitfields in push_partial_def [PR93582]

2020-02-24 Thread Richard Biener
On Sat, 22 Feb 2020, Jakub Jelinek wrote: > Hi! > > The following patch adds support for bitfields to push_partial_def. > Previously pd.offset and pd.size were counted in bytes and maxsizei > in bits, now everything is counted in bits. > > Not really sure how much of the further code can be outl

[PATCH] sccvn: Handle bitfields in push_partial_def [PR93582]

2020-02-21 Thread Jakub Jelinek
Hi! The following patch adds support for bitfields to push_partial_def. Previously pd.offset and pd.size were counted in bytes and maxsizei in bits, now everything is counted in bits. Not really sure how much of the further code can be outlined and moved, e.g. the full def and partial def code d