[llvm-commits] [llvm] r152116 - /llvm/trunk/lib/VMCore/ConstantsContext.h

Meador Inge meadori at gmail.com
Mon Apr 16 11:42:09 PDT 2012


Ping.  This patch still applies to trunk.  Any thoughts about this
iterator approach instead?

On Wed, Mar 7, 2012 at 11:54 PM, Meador Inge <meadori at gmail.com> wrote:
> On Tue, Mar 6, 2012 at 9:27 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
>> Also, in the second case, we already had an array of pointers that we could
>> chew through with hash_combine_range. We can make both interfaces look the
>> same with a SmallVector buffer. I've switched the code in r152200.
>
> A better approach is to just add a new iterator for pulling out the
> operand values.
> Maybe something like the attached?
>
> --  Meador



-- 
# Meador




More information about the llvm-commits mailing list