diff options
author | Sam Elliott <quic_aelliott@quicinc.com> | 2025-07-08 21:40:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-08 21:40:29 -0700 |
commit | bccd34f32342e0f299d528ffbb70c825eee983d5 (patch) | |
tree | 7ca9de126c3921962e410a75d2edb0333269eb65 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 15e7753ababb60f95489154a32c7824a5e6972f9 (diff) | |
download | llvm-bccd34f32342e0f299d528ffbb70c825eee983d5.zip llvm-bccd34f32342e0f299d528ffbb70c825eee983d5.tar.gz llvm-bccd34f32342e0f299d528ffbb70c825eee983d5.tar.bz2 |
[SelectionDAG] Correctly Mark Required Analyses (#147649)
llvm/llvm-project#147560 changed when the legacy SelectionDAG pass needs
TargetTransformInfoWrapperPass to always require it (rather than only
when assertions are enabled). `SelectionDAGISelLegacy::getAnalysisUsage`
was not updated in that PR, which was causing crashes on
assertions-disabled builds, which are hard to track down.
This makes the required update, which should avoid crashes being seen on
some buildbots and by some users.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions