Run across a whole function, visiting each basic block one at a time.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/ARM/ARMParallelDSP.cpp | ||
---|---|---|
222 ↗ | (On Diff #211902) | Missing call to skipFunction? |
Comment Actions
LGTM
lib/Target/ARM/ARMParallelDSP.cpp | ||
---|---|---|
192 ↗ | (On Diff #212295) | Missing call to AU.addPreserved<ScalarEvolutionWrapperPass>(). Missing call to AU.addPreserved<GlobalsAAWrapperPass>(). But that's orthogonal, I guess; fine to address that in a followup. |
Comment Actions
Heads-up, we've bisected a webrtc test failure down to this revision: https://bugs.chromium.org/p/webrtc/issues/detail?id=10887
(But we're still analyzing things.)