SCEV would assert for the test case at https://llvm.org/bugs/show_bug.cgi?id=28932#c3
I'm not familiar with this code, but perhaps we can just bail out here?
Please take a look. If this is easy to fix, I'd like it for 3.9.
Differential D23594
SCEV: Don't assert about non-SCEV-able value in isSCEVExprNeverPoison() (PR28932) hans on Aug 16 2016, 5:18 PM. Authored by
Details SCEV would assert for the test case at https://llvm.org/bugs/show_bug.cgi?id=28932#c3 I'm not familiar with this code, but perhaps we can just bail out here? Please take a look. If this is easy to fix, I'd like it for 3.9.
Diff Detail
Event TimelineComment Actions The bailout lgtm for now. Can you also add a TODO stating that we can do better here in some cases?
|