[llvm-commits] [llvm] r52946 - /llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp
Owen Anderson
resistor at mac.com
Mon Jun 30 20:59:55 PDT 2008
On Jun 30, 2008, at 6:14 PM, Devang Patel wrote:
>
> On Jun 30, 2008, at 5:41 PM, Owen Anderson wrote:
>
>> Properly handle cases where a predecessor of the block being queried
>> on is unreachable.
>> This fixes PR2503, though we should also fix other passes not to
>> emit this kind of code.
>
>
> Is this dead code emitted by other pass or is it coming from the
> input ?
> -
> Devang
>
>
It comes from JumpThreading. See PR2509.
--Owen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080630/5b8f898d/attachment.bin>
More information about the llvm-commits
mailing list