[all-commits] [llvm/llvm-project] 4376af: [InstCombine] add tests for mul+sub common factor; ...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Wed Aug 24 08:33:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4376afe727b2dc4737f1471517cbb7a3b5b9add9
https://github.com/llvm/llvm-project/commit/4376afe727b2dc4737f1471517cbb7a3b5b9add9
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/sub.ll
Log Message:
-----------
[InstCombine] add tests for mul+sub common factor; NFC
Commit: 43913514634cbdc33e3dcd88231c3819c7b37615
https://github.com/llvm/llvm-project/commit/43913514634cbdc33e3dcd88231c3819c7b37615
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
Log Message:
-----------
[InstCombine] improve readability in tryFactorization(); NFC
Added/removed braces, reduced indents, and renamed a variable.
Compare: https://github.com/llvm/llvm-project/compare/bbf11c8d9f4b...43913514634c
More information about the All-commits
mailing list