This is the mail archive of the gcc-cvs@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]

r243059 - in /branches/ARM/sve-branch/gcc: expm...


Author: rsandifo
Date: Wed Nov 30 19:08:02 2016
New Revision: 243059

URL: https://gcc.gnu.org/viewcvs?rev=243059&root=gcc&view=rev
Log:
Add separate convert_costs for signed vs. unsigned

[Branch only patch -- not intended for trunk in its current state]

This patch makes convert_cost record separate costs for sign and
zero extension, in case one is more expensive than the other.
This probably doesn't make a difference any more.

Modified:
    branches/ARM/sve-branch/gcc/expmed.c
    branches/ARM/sve-branch/gcc/expmed.h
    branches/ARM/sve-branch/gcc/gimple-ssa-strength-reduction.c
    branches/ARM/sve-branch/gcc/tree-ssa-loop-ivopts.c
    branches/ARM/sve-branch/gcc/wide-int.h


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