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: fix ppc store_multiple


It turns out the problem with load_multiple that David Edelsohn fixed here
http://gcc.gnu.org/ml/gcc-patches/2002-11/msg00974.html
can also occur for store_multiple, although my only testcase is large and proprietary.
This simply adapts the patterns david added for load_multiple. Bootstrapped and
tested on darwin.

2003-01-08 Dale Johannesen <dalej@apple.com>

* config/rs6000/rs6000.md: Replace *store_multiple_string
with *stmstring[3-8].

Attachment: diffs3
Description: Binary data







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