Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
Comment Actions
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.
Comment Actions
This change was related to https://reviews.llvm.org/D148001, but the final version of that patch is not based on Scev. So this change is not actual for now