This allows us to model non-affine regions in the SCoP representation. SCoP statements can now describe either basic blocks or non-affine regions. In the latter case all accesses in the region are accumulated for the statement and write accesses, except in the entry, have to be marked as may-write. Depends on D7829
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Otherwise LGTM.
lib/Analysis/ScopInfo.cpp | ||
---|---|---|
801 ↗ | (On Diff #20561) | looks like an independent change |
s/modelt/modeled/