Re: [PATCH][2/2] Add store merging unit tests

2016-11-08 Thread Jeff Law
On 11/08/2016 05:03 AM, Kyrill Tkachov wrote: Hi all, This patch adds the plumbing for unit testing of the store merging pass. It also adds some initial tests of some of the helpers used in encode_tree_to_bitpos to manipulate byte arrays. They caught an off-by-one error bug that is fixed in patc

[PATCH][2/2] Add store merging unit tests

2016-11-08 Thread Kyrill Tkachov
Hi all, This patch adds the plumbing for unit testing of the store merging pass. It also adds some initial tests of some of the helpers used in encode_tree_to_bitpos to manipulate byte arrays. They caught an off-by-one error bug that is fixed in patch [1/2]. Bootstrapped and tested on x86_64 a