[LLVMdev] Moving towards a singular pointer type

Chandler Carruth chandlerc at google.com
Fri Feb 6 23:14:58 PST 2015


On Fri, Feb 6, 2015 at 10:58 PM, Reid Kleckner <rnk at google.com> wrote:

> On Fri, Feb 6, 2015 at 6:40 PM, Chandler Carruth <chandlerc at google.com>
> wrote:
>>
>> It also wouldn't be too hard to accept the old .ll syntax, since the
>>> upgrade path mostly discards information.
>>>
>>
>> I agree here. If only because of th eregression test suite, and the
>> *incredible* tediousness of updating the pointers. The auto-upgrade for
>> this kind of thing is essentially perfect.
>>
>
> I think we should definitely script an update of the test suite if we do
> this. I really don't want to deal with reading old style IR in 98% of
> existing tests.
>

Oh, we should. I just don't want to have to lock-step everything.

Also, there are a *lot* of out-of-tree test suites. =] It'd be nice if they
could upgrade when convenient rather than in a hurry.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150206/6a1fc90b/attachment.html>


More information about the llvm-dev mailing list