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

[Bug optimization/14613] Fails to convert byte loads/stores to word/long loads/stores


------- Additional Comments From cesarb at nitnet dot com dot br  2004-04-02 00:42 -------
I'm thinking this bug could be fixed as a special case of automatic
vectorization (converting the byte loads/stores in vector loads/stores, treating
the 32 bit general register as vectors of 8 bit units and in the next line
treating them again as 32 bit values). But IANAGD (GCC developer), so I could be
wrong.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14613


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