This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Your change to emit_group_{load,store}
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: aldyh at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 26 Oct 04 13:54:05 EDT
- Subject: Your change to emit_group_{load,store}
I don't understand the test for !SCALAR_INT_MODE_P. That include BLKmode,
but you call emit_move_insn in the new code, which won't work for BLKmode.
What did you mean here? Perhaps SCALAR_FLOAT_MODE_P?
The test case is compiling the Ada RTS file a-calend.adb with -O2 on x864-64.