[PATCH] D94447: [PredicateInfo] Generalize processing of conditions
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 20 10:45:13 PST 2021
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, thanks
================
Comment at: lib/Transforms/Utils/PredicateInfo.cpp:58
+// This limits renaming of deep and/or chains.
+const unsigned MaxCondsPerBranch = 8;
+
----------------
can this be `static` or in an anonymous namespace?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94447/new/
https://reviews.llvm.org/D94447
More information about the llvm-commits
mailing list