aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
diff options
context:
space:
mode:
authorMehdi Amini <joker.eph@gmail.com>2023-07-24 19:47:23 -0700
committerMehdi Amini <joker.eph@gmail.com>2023-07-24 19:54:56 -0700
commit794f74e2574331d30183887d733d151978006a33 (patch)
treef101dce1a7dee0011a5cf9bc39214a42d8763b48 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
parent1e24b4d3fdf1ba31cdae4d46435d1cfa5e516cd5 (diff)
downloadllvm-794f74e2574331d30183887d733d151978006a33.zip
llvm-794f74e2574331d30183887d733d151978006a33.tar.gz
llvm-794f74e2574331d30183887d733d151978006a33.tar.bz2
Fix MLIR test pass crash
The pass tried to fold in reverse-post-order, but it cause an issue when a parent is folded before the chilren as they will still be present in the worklist. Use reverse-preorder instead here. Fixes #64089
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions