[LLVM-C] Add Accessors for Discarding Value Names in the IR
authorRobert Widmann <devteam.codafi@gmail.com>
Tue, 1 Jan 2019 18:56:51 +0000 (18:56 +0000)
committerRobert Widmann <devteam.codafi@gmail.com>
Tue, 1 Jan 2019 18:56:51 +0000 (18:56 +0000)
commit5d1dfa3eb6eb59aec4d4a65c588cd7736218122a
treeae064f060cfd4b1144081b87c76667191a6b439c
parenta7282142037ab1b9543b8f5f436436ec353fd29e
[LLVM-C] Add Accessors for Discarding Value Names in the IR

Summary: Add accessors so the performance improvement from this setting is accessible to third parties.

Reviewers: whitequark, deadalnix

Reviewed By: whitequark

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D56179

llvm-svn: 350196
llvm/include/llvm-c/Core.h
llvm/lib/IR/Core.cpp