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 middle-end/27313] Does not emit conditional moves for stores



------- Comment #5 from steven at gcc dot gnu dot org  2006-11-11 16:46 -------
You can't have if-converted stores at the tree level.

Forms of store motion, like the example of comment #2, ought to get implemented
at the tree level somewhen, though.  AFAIU this is currently very hard to do,
but the mem-ssa and new VN projects should help simplifying the job.


-- 


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


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