[PATCH] D39373: Reorder Value.def to optimize code size
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 13 12:25:42 PST 2017
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
I checked, and we wrap this enum in our C API, so there should be no ABI concerns here. See `LLVMValueKind LLVMGetValueKind(LLVMValueRef Val)` in IR/Core.cpp.
https://reviews.llvm.org/D39373
More information about the llvm-commits
mailing list