diff options
author | Madhur Amilkanthwar <madhura@nvidia.com> | 2025-05-06 13:55:10 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-06 13:55:10 +0530 |
commit | 015093d628d9461be1f7f5707c47f8ae7e8eb742 (patch) | |
tree | 62586aff195eee22d7e5e576c732ffdf761a01ec /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | d66dbd6931a4358c0e4fd7c749179aa229fb36a4 (diff) | |
download | llvm-015093d628d9461be1f7f5707c47f8ae7e8eb742.zip llvm-015093d628d9461be1f7f5707c47f8ae7e8eb742.tar.gz llvm-015093d628d9461be1f7f5707c47f8ae7e8eb742.tar.bz2 |
[GVN] Improve processBlock for instruction erasure (#131753)
This patch deletes the instructions immediately in core GVN processing by using the appropriate
iterators. Thus, it avoids collecting the instructions in a vector and then
doing the erasure.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions