[PATCH] D72944: [InstCombine] Fix worklist management when simplifying demanded bits (PR44541)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 2 04:47:05 PST 2020


nikic planned changes to this revision.
nikic added a comment.

This should be using `AddDeferred` now. But if we do that, we run into https://bugs.llvm.org/show_bug.cgi?id=44754. Additionally, we don't get the desired number of iterations anymore until D73803 <https://reviews.llvm.org/D73803> and followup work will shake out (a dangling "not" is not getting DCEd and blocks transforms)...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72944





More information about the llvm-commits mailing list