[llvm-commits] [llvm] r145641 - /llvm/trunk/lib/Analysis/ConstantFolding.cpp
Chad Rosier
mcrosier at apple.com
Thu Dec 1 15:20:16 PST 2011
On Dec 1, 2011, at 2:54 PM, Eric Christopher wrote:
>
> On Dec 1, 2011, at 2:38 PM, Chad Rosier wrote:
>
>> Fix build by not assuming TLI is guaranteed. Will have to track down cases where
>> TLI isn't being passed to ensure we don't miss opportunities to fold calls.
>
> Messy, can't hoist if(TLI) out?
I certainly can.. r145643. Thanks for the suggestion.
> -eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111201/525c332a/attachment.html>
More information about the llvm-commits
mailing list