This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/7] SMS remove dependence on doloop


Hi,

The patch try to remove SMS dependency on doloop pass.
With the patch, backend don't have to define doloop_end pattern
or activate doloop optimization for SMS pass.

According the review comment from Bernd
https://gcc.gnu.org/ml/gcc-patches/2016-04/msg01960.html

I rewrite some comments and split the patch into following part.

[1/7] https://gcc.gnu.org/ml/gcc-patches/2016-05/msg00370.html
[2/7] https://gcc.gnu.org/ml/gcc-patches/2016-05/msg00372.html
[3/7] https://gcc.gnu.org/ml/gcc-patches/2016-05/msg00371.html
[4/7] https://gcc.gnu.org/ml/gcc-patches/2016-05/msg00374.html
[5/7] https://gcc.gnu.org/ml/gcc-patches/2016-05/msg00373.html
[6/7] https://gcc.gnu.org/ml/gcc-patches/2016-05/msg00376.html
[7/7] https://gcc.gnu.org/ml/gcc-patches/2016-05/msg00375.html

Thanks,
Shiva


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]