[llvm-commits] [PATCH] Teach IRBuilder about simplifying BinOp(Value, Constant)
To"ro"k Edwin
edwintorok at gmail.com
Mon Jan 5 02:33:01 PST 2009
On 2009-01-05 12:08, Duncan Sands wrote:
> Hi Edwin,
>
>
>> I added back the Constant* functions in ConstantFolder/TargetFolder,
>> since llvm-gcc is using them (called with constant* params, expecting
>> constant* return).
>>
>
> I haven't been following the discussion, so I'm not entirely sure what
> you are referring to here, but perhaps you mean that llvm-gcc uses the
> folder directly and not just via the builder?
Yes, llvm-gcc uses TargetFolder directly, so I can't remove methods from
there.
Best regards,
--Edwin
More information about the llvm-commits
mailing list