Create a helper function for the Factorization set of folds to avoid shadow
variable declaration.
Details
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Event Timeline
| llvm/lib/Transforms/InstCombine/InstructionCombining.cpp | ||
|---|---|---|
| 636–639 | Make this static?  | |
| 733 | The current formatting rules say function names begin with a lower-case letter.  | |
| 776 | Since we're making changes here, I'd rename this to meet current formatting guidelines.  | |
Make this static?