Skip to content

Improve evaluator / find new LLVM wrapper #14

Description

@chemix-lunacy

Inkwell support for certain things was patchy and some of the getelementptr features had to be done directly via LLVM-sys.

Things which need to be fixed:

  1. getelementptr needs to be centralized and made to work. Can't get a GEP instruction or follow it in Inkwell when it's an argument without dropping to the LLVM-sys object.
  2. Get the SSA identifier from instructions and values without having to to-string an instruction and regex (very hacky and never liked it).
  3. Refine as_value results building for composites and arrays.
  4. Fix eval_insertvalue index retrieval via regex. Seems to be a theme here.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions