> This looks like a different problem. What pass generates insn 17? What > does insn 17 look like in the prior pass? If r14 is your stack/frame > pointer, this might point to a problem in how your port interacts with > register allocation/reload as reload can replace a pseudo with an > equivalent memory location. > Exactly, But how do I prevent it, replacing a pseudo with an equivalent memory location, happening.
Daniel Tian