The temporary register is only used to compute the frame pointer.
The frame pointer is overwritten and not used in between, so we
can reuse the frame pointer for the computation, saving one register.
Details
Details
- Reviewers
arsenm - Commits
- rG8b898b19a8cb: [AMDGPU] Remove unused tmp register
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo