[PATCH] D125299: [ValueTracking] Enable -branch-on-poison-as-ub by default
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 10:19:39 PDT 2022
fhahn accepted this revision.
fhahn added a comment.
LGTM, thanks!
AFAIK all known issues should be fixed. Let's fix uncovered issues as we go along.
I *think* there are a couple of places where transformations are not performed with MSan because it also checks for branches on undef values. Might be good to remove those if possible now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125299/new/
https://reviews.llvm.org/D125299
More information about the llvm-commits
mailing list