This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
combine two load insns
- From: roy rosen <roy dot 1rosen at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 5 Dec 2010 09:21:12 +0200
- Subject: combine two load insns
Hi,
If I have two load SI insns. Is there any way to combine them into one
load DI insn?
Not using peephole which can catch only this limited case of being
sequential insns.
I have seen something done in ARM (*arith_adjacentmem) but it is very
awkward and would not be realistic if the DI is being used by many
different intrinsics.
Thanks, Roy.