[llvm-dev] [llvm-commits at lists.llvm.org: Re: [llvm] 2dea3f1 - [SVE] Add new VectorType subclasses]

Renato Golin via llvm-dev llvm-dev at lists.llvm.org
Wed May 13 11:31:12 PDT 2020


On Wed, 13 May 2020 at 18:57, Chris Tetreault via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Regarding the numerical value of the LLVMTypeKind enum, my understanding is that LLVM-C does not promise to maintain ABI compatability between versions. If I am mistaken, I can fix this issue.

The way I see it, the enum change brought no positive outcome, so
shouldn't be done. It's not because we don't guarantee backward
compatibility that we should trivially break it for no benefit.


More information about the llvm-dev mailing list