[PATCH] D73410: [InstCombine] Push negation through multiply (PR44234)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 12:54:47 PST 2020


nikic added a comment.

Looks like the regression in `and-or-icmps.ll` wasn't actually caused by the IR difference itself, but the worklist order change caused by performing the negation. After rebasing over D73411 <https://reviews.llvm.org/D73411> the regression disappeared :)


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

https://reviews.llvm.org/D73410





More information about the llvm-commits mailing list