This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: [Patch,tree-optimization]: Add new path Splitting pass on tree ssa representation
- From: Bernhard Reutner-Fischer <rep dot dot dot nop at gmail dot com>
- To: Ajit Kumar Agarwal <ajit dot kumar dot agarwal at xilinx dot com>,"law at redhat dot com" <law at redhat dot com>,GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: Vinod Kathail <vinodk at xilinx dot com>,Shail Aditya Gupta <shailadi at xilinx dot com>,Vidhumouli Hunsigida <vidhum at xilinx dot com>,Nagaraju Mekala <nmekala at xilinx dot com>
- Date: Tue, 30 Jun 2015 12:43:02 +0200
- Subject: RE: [Patch,tree-optimization]: Add new path Splitting pass on tree ssa representation
- Authentication-results: sourceware.org; auth=none
- References: <37378DC5BCD0EE48BA4B082E0B55DFAA41F3F56C at XAP-PVEXMBX02 dot xlnx dot xilinx dot com> <2F9346F0-F611-4A3F-B573-B1BEF539E7BF at gmail dot com> <37378DC5BCD0EE48BA4B082E0B55DFAA41F3F634 at XAP-PVEXMBX02 dot xlnx dot xilinx dot com>
On June 30, 2015 12:38:13 PM GMT+02:00, Ajit Kumar Agarwal <ajit.kumar.agarwal@xilinx.com> wrote:
>>6. Added 2 tests.
>> a) compilation check tests.
>> b) execution tests.
>
>>>The 2 tests seem to be identical, so why do you have both?
>>>Also, please remove cleanup-tree-dump, this is now done
>automatically.
>
>The testcase path-split-1.c is to check for execution which is present
>in gcc.dg top directory . The one
>present in the gcc.dg/tree-ssa/path-split-2.c is to check the
>compilation as the action item is compilation. For the
>execution tests path-split-1.c the action is compile and run.
One is a superset of the other, no?
Doesn't make sense to me, fwiw.