llvm-project
a2d8950f - [LoongArch] Convert ld to fld when result is only used by sitofp (#165523)

Commit
40 days ago
[LoongArch] Convert ld to fld when result is only used by sitofp (#165523) If the result of an integer load is only used by an integer-to-float conversion, use a fp load instead. This eliminates an integer-to-float-move (movgr2fr) instruction.
Author
Parents
Loading