[PATCH] D132412: [InstCombine] ease use constraint in tryFactorization()

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 17:17:32 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/add.ll:1759
 
+; x * y + x --> (y + 1) * x
+
----------------
Do we have a backend combine to undo this already?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132412/new/

https://reviews.llvm.org/D132412



More information about the llvm-commits mailing list