domainexpert / gep-expr-example

Example in reading operands of constant expression GEP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gep-expr-example

Example analysis in reading operands of constant expression GEP

Includes an example example.c which, when compiled into LLVM produces a store instruction whose pointer operand is a bitcast of getelementptr expression. Usually you would only need to do: make to build the analysis and run it on the example.

About

Example in reading operands of constant expression GEP


Languages

Language:C++ 78.1%Language:Makefile 15.6%Language:C 6.3%