[InstCombine] improve readability in tryFactorization(); NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 24 Aug 2022 14:43:46 +0000 (10:43 -0400)
committerSanjay Patel <spatel@rotateright.com>
Wed, 24 Aug 2022 15:31:18 +0000 (11:31 -0400)
commit43913514634cbdc33e3dcd88231c3819c7b37615
treeb62a13cbeaef30003f2540ccd8b2fd55a725fe2d
parent4376afe727b2dc4737f1471517cbb7a3b5b9add9
[InstCombine] improve readability in tryFactorization(); NFC

Added/removed braces, reduced indents, and renamed a variable.
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp