This extends the existing SCEV verification to catch cache invalidation
issues as in #57837.
The validation logic is similar to the recently added loop disposition
cache validation in bb68b2402daa9.
Differential D134531
[SCEV] Verify block disposition cache. fhahn on Sep 23 2022, 6:31 AM. Authored by
Details This extends the existing SCEV verification to catch cache invalidation The validation logic is similar to the recently added loop disposition
Diff Detail
Event Timeline
|
Hm, do we have issues with dangling blocks here? Did you check whether enabling scev verification + asan works (or maybe quicker: add a manual check that the BB is in the function block set).