llvm-project
9f96e3f8
- [SelectionDAG] Pass SDValue to InstrEmitter::EmitCopyFromReg. NFC (#153485)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
85 days ago
[SelectionDAG] Pass SDValue to InstrEmitter::EmitCopyFromReg. NFC (#153485) Instead of passing SDNode and ResNo separately. This allows us to use SDValue::operator== and avoid creating SDValue from the operands inside the function.
References
#153485 - [SelectionDAG] Pass SDValue to InstrEmitter::EmitCopyFromReg. NFC
Author
topperc
Parents
47e62e84
Loading