The only caller of this function is in the LocalStackSlotAllocation
and it creates base register of class returned by the target's
getPointerRegClass(). AMDGPU wants to use a different reg class
here so let materializeFrameBaseRegister to just create and return
whatever it wants.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/LocalStackSlotAllocation.cpp | ||
---|---|---|
417 | @jnspaulsson points out that this line should probably have been removed. |
llvm/lib/CodeGen/LocalStackSlotAllocation.cpp | ||
---|---|---|
417 |
@jnspaulsson points out that this line should probably have been removed.