[llvm-commits] [llvm] r138967 - in /llvm/trunk/lib/Transforms: InstCombine/InstructionCombining.cpp Scalar/SCCP.cpp
Bill Wendling
wendling at apple.com
Fri Sep 2 11:44:56 PDT 2011
Okay. Modified. :)
-bw
On Sep 1, 2011, at 11:48 PM, Duncan Sands wrote:
> 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.
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list