[PATCH] D126647: [SCCP] Don't mark ranges from branch conditions as potentially undef

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 06:31:53 PDT 2022


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

LGTM, this should be fine after fixing the remaining (known) places that may introduce branches on undef.

I think it would probably be good to wait a few more days before landing this, so there's a bit of time between the change in ValueTracking & this one, in case any issues arise from the former.


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

https://reviews.llvm.org/D126647



More information about the llvm-commits mailing list