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]

Re: [PING ^ 3][PATCH, AArch64] Add doloop_end pattern for -fmodulo-sched


On 17 November 2014 07:59, Yangfei (Felix) <felix.yang@huawei.com> wrote:

>> +2014-11-13  Felix Yang  <felix.yang@huawei.com>
>> +
>> +     * config/aarch64/aarch64.md (doloop_end): New pattern.
>> +

This looks like a straight copy of the ARM code, but without the
TARGET_CAN_USE_DOLOOP_P definition.  If the reason for including this
code is for the benefit of module-sched then should the hook be
defined to limit the use of this pattern to inner most loops only?

Cheers
/Marcus


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