Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlong-Wu committed Feb 17, 2024
1 parent 05b3e62 commit b70e603
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 273 deletions.
2 changes: 1 addition & 1 deletion src/mono/mono/mini/method-to-ir.c
Original file line number Diff line number Diff line change
Expand Up @@ -8899,8 +8899,8 @@ mono_method_to_ir (MonoCompile *cfg, MonoMethod *method, MonoBasicBlock *start_b
ins->sreg2 = sp [1]->dreg;
type_from_op (cfg, ins, sp [0], sp [1]);
CHECK_TYPE (ins);
// Don't multiply r4 with r8, In RISC-V
#ifdef TARGET_RISCV
// Don't multiply r4 with r8 in RISC-V
if (((sp [0]->type == STACK_R4 && sp [1]->type == STACK_R8) ||
(sp [0]->type == STACK_R8 && sp [1]->type == STACK_R4)))
add_widen_op (cfg, ins, &sp [0], &sp [1]);
Expand Down
30 changes: 0 additions & 30 deletions src/mono/sample/TestRun/.gdbinit

This file was deleted.

149 changes: 0 additions & 149 deletions src/mono/sample/TestRun/Makefile

This file was deleted.

23 changes: 0 additions & 23 deletions src/mono/sample/TestRun/TestRun.cs

This file was deleted.

61 changes: 0 additions & 61 deletions src/mono/sample/TestRun/TestRun.csproj

This file was deleted.

9 changes: 0 additions & 9 deletions src/mono/sample/TestRun/TestRun.runtimeconfig.json

This file was deleted.

0 comments on commit b70e603

Please sign in to comment.