[PATCH] D76611: [SCCP] Use ranges for predicate info conditions.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 24 13:29:50 PDT 2020
efriedma requested changes to this revision.
efriedma added a comment.
This revision now requires changes to proceed.
Hang on, is this actually safe?
If we compute a predicate based on a possibly-undef value, and branch based on that, does the predicate actually mean anything?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76611/new/
https://reviews.llvm.org/D76611
More information about the llvm-commits
mailing list