[PATCH] D18728: [llvm-c] Improve IR Introspection

Nicole Mazzuca via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 2 12:58:11 PDT 2016


ubsan created this revision.
ubsan added a reviewer: whitequark.
ubsan added a subscriber: llvm-commits.

Rebase D2716 onto modern LLVM.

"This commit adds most of functions needed for introspection of the IR through the C API. It was inspired by additional functions defined in the llvm-general Haskell bindings, which can convert the IR losslessly into Haskell datatypes and vice versa."

http://reviews.llvm.org/D18728

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18728.52472.patch
Type: text/x-patch
Size: 38138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160402/c88fd1b8/attachment-0001.bin>


More information about the llvm-commits mailing list