[PATCH] D18729: [llvm-c] Improve IR Introspection: Add ValueKind

Nicole Mazzuca via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 12:43:27 PDT 2016


ubsan added a comment.

So how this would work is; any additional values would be added after LLVMInstructionValueKind, and if any values are removed, they would be removed in this enum, and the values would have integer values assigned.


http://reviews.llvm.org/D18729





More information about the llvm-commits mailing list