Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This LGTM, thank you!
I have a few further suggestions while you are already cleaning things up. If you like them feel free to commit without updating the review.
llvm/lib/Target/AMDGPU/SIFrameLowering.cpp | ||
---|---|---|
1125–1128 | Can be FI | |
1153 | I'd either change the FI above to FramePointerFI or change this BasePtrFI to FI. I'd lean towards the first choice, as I think the scope for the if gives enough context. |
Can be FI