This is part of the patchset that converts LoopAccessAnalysis into an
actual analysis pass.
Details
Details
- Reviewers
nadav aschwaighofer hfinkel
Diff Detail
Diff Detail
Event Timeline
lib/Analysis/LoopAccessAnalysis.cpp | ||
---|---|---|
35 | Shouldn't this be a function parameter, so you get the right remarks based on the calling transformation? |
lib/Analysis/LoopAccessAnalysis.cpp | ||
---|---|---|
35 | I was going to leave that to later when we have multiple clients besides LV but you're right this looks a bit awkward now. I'll change it. |
Shouldn't this be a function parameter, so you get the right remarks based on the calling transformation?