[PATCH] D27103: [Constants] Represent the runtime length of a scalable vector. [IR support for SVE scalable vectors 3/4]

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 13:24:59 PST 2016


deadalnix requested changes to this revision.
deadalnix added inline comments.
This revision now requires changes to proceed.


================
Comment at: include/llvm-c/Core.h:223
   LLVMUndefValueValueKind,
+  LLVMVScaleValueValueKind,
   LLVMConstantAggregateZeroValueKind,
----------------
This changes the enum value in the C API. Please don't. This will cause hard to track failures in user that use the C API to bind other languages.


https://reviews.llvm.org/D27103





More information about the llvm-commits mailing list