[PATCH] D83153: [DAGCombiner] Prevent regression in isMulAddWithConstProfitable

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 4 07:31:17 PDT 2020


luismarques added a comment.

For these kinds of patches where you add new tests which show a difference in code quality it's helpful if you can split the tests into a separate patch. You can then add that other patch as a dependency for this one, creating a Stack in Phabricator. That way it's easier to see the differences in the generated code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83153





More information about the llvm-commits mailing list