This was the same as getFrameIndexReference, but without the FrameReg
output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm
This adds a bunch of unused variables, but they should've been red flags anyway.
lib/Target/X86/X86FrameLowering.cpp | ||
---|---|---|
1199–1201 ↗ | (On Diff #32193) | I guess adding the outparam here would simplify the calling register info code. |
lib/Target/X86/X86RegisterInfo.cpp | ||
495–496 ↗ | (On Diff #32193) | Currently, no. This code handles fixed stack objects (FI < 0) and AfterFPPop, while the frame lowering code does not. Eventually, maybe. :) |
lib/Target/X86/X86RegisterInfo.cpp | ||
---|---|---|
495–496 ↗ | (On Diff #32193) | Added that information in a comment on X86 getFrameIndexReference. |