[llvm-commits] [llvm] r138967 - in /llvm/trunk/lib/Transforms: InstCombine/InstructionCombining.cpp Scalar/SCCP.cpp
Duncan Sands
baldrick at free.fr
Thu Sep 1 23:48:13 PDT 2011
Hi Bill,
> Change worklist driven deletion to be an iterative process.
thanks. However you no longer seem to be deleting instructions
backwards as the comment says:
> // Delete the instructions backwards, as it has a reduced likelihood of
> // having to update as many def-use and use-def chains.
Ciao, Duncan.
More information about the llvm-commits
mailing list