[llvm-commits] [llvm] r51182 - /llvm/trunk/lib/Transforms/Scalar/ADCE.cpp
Chris Lattner
clattner at apple.com
Fri May 16 12:49:13 PDT 2008
On May 16, 2008, at 10:44 AM, Owen Anderson wrote:
>>> Remove ADCE's ability to delete loops. This ability is now
>>> implemented in a
>>> safer manner by loop deletion.
>>
>> Does ADCE do anything useful now?
>>
>
> Not really. I was waiting to make sure nothing regressed horribly
> before disabling it.
ok. The 'correct' replacement for it is probably the a '-dce -
simplifycfg' combination.
-Chris
More information about the llvm-commits
mailing list