Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
2,009 ms | x64 debian > libarcher.races::lock-unrelated.c |
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 | ||
---|---|---|
1128 | Can be FI | |
1152 | 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