llvm-project
a2d717d3
- [RISCV] Prevent copying dummy_reg_pair_with_x0 in RISCVMakeCompressible. (#141261)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
260 days ago
[RISCV] Prevent copying dummy_reg_pair_with_x0 in RISCVMakeCompressible. (#141261) dummy_reg_pair_with_x0 is the odd subregister of X0_Pair, but it isn't a real register. We need to copy X0 instead since X0_Pair reads as 0.
References
#141261 - [RISCV] Prevent copying dummy_reg_pair_with_x0 in RISCVMakeCompressible.
Author
topperc
Parents
7b4d2a02
Loading