[llvm-commits] [Please review][PATCH] Implement the block_iterator of Region based on df_iterator.

Tobias Grosser tobias at grosser.es
Mon Aug 27 06:47:48 PDT 2012


On 08/27/2012 03:45 PM, Hongbin Zheng wrote:
> On Mon, Aug 27, 2012 at 2:51 PM, Tobias Grosser <tobias at grosser.es> wrote:
>> On 08/27/2012 05:06 AM, Hongbin Zheng wrote:
>>>
>>> Hi,
>>>
>>> I attached a patch that make the function "Region::print" use the
>>> newly introduced block_iterator instead of the block_node_iterator.
>>> With this patch, the block_iterator is actually tested by the regression
>>> tests.
>>
>>
>> Does this mean the block_node_iterator is now untested? If that is the case
>> we should either remove it add tests that ensure that it is still tested.
> It is removed now, please have a look at this patch.

If this passes make test and make polly-test, I am OK with that patch.

Thanks for contributing
Tobi




More information about the llvm-commits mailing list