[PATCH] D94447: [PredicateInfo] Generalize processing of conditions
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 20 11:35:08 PST 2021
nikic added inline comments.
================
Comment at: lib/Transforms/Utils/PredicateInfo.cpp:58
+// This limits renaming of deep and/or chains.
+const unsigned MaxCondsPerBranch = 8;
+
----------------
fhahn wrote:
> can this be `static` or in an anonymous namespace?
Yeah, this should've been `static`. I'll fix this when landing.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94447/new/
https://reviews.llvm.org/D94447
More information about the llvm-commits
mailing list