[PATCH] D150467: [SCEV] Apply loop-guards to addrec's start in howManyGreaterThans
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 03:41:11 PDT 2023
nikic added a comment.
It looks like there are many test failures.
The core problem with this change is that it makes the loop guard actually part of the returned BECount, which is generally not desirable if it will get expanded. Normally we only use loop guards to compute things like ranges.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150467/new/
https://reviews.llvm.org/D150467
More information about the llvm-commits
mailing list