[PATCH] D92203: [ConstantFold] Fold operations to poison if possible

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 28 09:10:21 PST 2020


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM

There seem to be still quite a few places where UndefValue can be replaced with PoisonValue in ConstantFold, do you plan to follow up on that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92203



More information about the llvm-commits mailing list