Details
Details
- Reviewers
hfinkel
Diff Detail
Diff Detail
Event Timeline
| include/llvm/CodeGen/TargetLowering.h | ||
|---|---|---|
| 723 | Why are you adding this? | |
| include/llvm/CodeGen/TargetLowering.h | ||
|---|---|---|
| 723 | You need the MachineFunction to create a new PseudoSourceValue. Target custom pseudo types live in the target's MachineFunctionInfo | |
Comment Actions
LGTM
| include/llvm/CodeGen/TargetLowering.h | ||
|---|---|---|
| 723 | Ah, right. That's how you get the PseudoSourceValueManager reference. | |
Why are you adding this?