llvm-project
a2d8950f
- [LoongArch] Convert ld to fld when result is only used by sitofp (#165523)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#165523 - [LoongArch] Convert ld to fld when result is only used by sitofp
Author
ylzsx
Parents
767a04c9
Loading