We know the pointer somewhere on the stack, we just don't know
exactly where since the index may be variable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D80060
[LegalizeDAG] Use MachinePointerInfo::getUnknownStack in place of MachinePointerInfo() in a couple places. NFC ClosedPublic Authored by craig.topper on May 16 2020, 12:48 AM.
Details Summary We know the pointer somewhere on the stack, we just don't know
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 16 2020, 1:31 PM Closed by commit rG796ae8cf8208: [LegalizeDAG] Use MachinePointerInfo::getUnknownStack in place of… (authored by craig.topper). · Explain WhyMay 16 2020, 4:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 264460 llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
|