This is a minor improvement on our past attempts to do this. Fixes
PR43155.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm
llvm/lib/Target/X86/X86FrameLowering.cpp | ||
---|---|---|
2555 ↗ | (On Diff #217725) | nit: "blockEndIsUnreachable" feels like a more natural name to me (I almost read the current name like that before my eyes really focused) |
2560 ↗ | (On Diff #217725) | You used llvm::all_of above. Could llvm::all_of or std::all_of be used for both? |