aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachinePipeliner.cpp
diff options
context:
space:
mode:
authorCongcong Cai <congcongcai0907@163.com>2024-03-05 15:33:49 +0800
committerGitHub <noreply@github.com>2024-03-05 15:33:49 +0800
commit46f65e45e0f5ce4cc0edabceebee681231d24687 (patch)
treedfddfa916677bd1fbfff43ad598fec06d0bce3a9 /llvm/lib/CodeGen/MachinePipeliner.cpp
parent1837579bbc9c5e0b49a54e60d99eed3d38b47d3b (diff)
downloadllvm-46f65e45e0f5ce4cc0edabceebee681231d24687.zip
llvm-46f65e45e0f5ce4cc0edabceebee681231d24687.tar.gz
llvm-46f65e45e0f5ce4cc0edabceebee681231d24687.tar.bz2
[mlir]use correct iterator when eraseOp (#83444)
#66771 introduce `llvm::post_order(&r.front())` which is equal to `r.front().getSuccessor(...)`. It will visit the succ block of current block. But actually here need to visit all block of region in reverse order. Fixes: #77420.
Diffstat (limited to 'llvm/lib/CodeGen/MachinePipeliner.cpp')
0 files changed, 0 insertions, 0 deletions