在 2026/1/14 下午12:56, Xi Ruoyao 写道:
On Wed, 2026-01-14 at 12:00 +0800, Lulu Cheng wrote:

The code after this change is:

   if (imode == GET_MODE (same))
     temp = same;
   else
     {
       temp = gen_reg_rtx (imode);
       loongarch_emit_move (temp, same);
     }

   temp = force_reg (imode, temp);

But to me the lines above now look equivalent to a simple

temp = force_reg (imode, same);

or am I missing something?

I think you're right, I'll take the test.

Thanks.

Reply via email to