[PATCH] D56075: [GuardWidening] Support widening of explicitly expressed guards
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 25 22:28:16 PST 2018
mkazantsev marked an inline comment as done.
mkazantsev added inline comments.
================
Comment at: lib/Transforms/Scalar/GuardWidening.cpp:495
if (!PDT) return true;
+ // TODO: This is not working well with explicit guards, see examples at
+ // test/Transforms/GuardWidening/basic_explicit_guards.ll, tests f_11 and
----------------
Actually the problem is in PDT with infinite loops. This comment needs removed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56075/new/
https://reviews.llvm.org/D56075
More information about the llvm-commits
mailing list