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: Remove MIPS define_function_units


Eric Christopher <echristo@redhat.com> writes:
>> I'll run this through the usual bootstrap tests once the varargs stuff
>> has finished.  Eric, is the patch OK with you?
>
> OK.

Thanks.

> Can you put a comment in mips.md where we include the scheduler
> files about the possible duplicate locations?

OK, here's what I added:

;; Pipeline descriptions.
;;
;; generic.md provides a fallback for processors without a specific
;; pipeline description.  It is derived from the old define_function_unit
;; version and uses the "alu" and "imuldiv" units declared below.
;;
;; Some of the processor-specific files are also derived from old
;; define_function_unit descriptions and simply override the parts of
;; generic.md that don't apply.  The other processor-specific files
;; are self-contained.

Bootstrapped & regression tested on mips64el-linux-gnu, applied to trunk.

Richard


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