Justin Bogner b491bd9826
[DSE] Fix missed dependency update in #188253 (#188573)
DSE no longer requires LoopInfo, so this dependency is no longer
correct. Update it to CycleInfo to fix a crash when using the legacy PM.

Note: This crash is kind of hard to hit with default LLVM tools since
`opt` can no longer use the legacy PM, but it happens on any invocation
of clang when targeting the DirectX backend.
2026-03-25 20:03:47 +00:00
..