[PATCH] D27105: [Constants] Add "stepvector" to represent the sequence 0, 1, 2, 3... [IR support for SVE scalable vectors 4/4]

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


deadalnix added inline comments.


================
Comment at: include/llvm-c/Core.h:222
 
+  LLVMStepVectorValueValueKind,
   LLVMUndefValueValueKind,
----------------
Same as D27103 . It is ok to add new enum values in there, but existing entries needs to keep the same value.


https://reviews.llvm.org/D27105





More information about the llvm-commits mailing list