Files
clang-p2996/llvm/lib/Transforms/Scalar/GVN.cpp
Madhur Amilkanthwar 015093d628 [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.
2025-05-06 13:55:10 +05:30

122 KiB