This replaces a ConstantInt dyn_cast with m_APInt
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM.
lib/Transforms/InstCombine/InstCombineCompares.cpp | ||
---|---|---|
3939–3940 ↗ | (On Diff #116076) | Could squash the unnecessary local variable into the return statement to eliminate the lowercase variable violation and remove the braces. |