llvm-pretty icon indicating copy to clipboard operation
llvm-pretty copied to clipboard

Split Text.LLVM.AST into Data.LLVM.IR and Data.LLVM.IR.Textual?

Open angerman opened this issue 8 years ago • 3 comments

The AST is used in the llvm-pretty-bc-parser as well, and could be useful on it's own, would it hurt to split Text.LLVM.AST into the IR data representations (Data.LLVM.IR) and the textual pretty printer (Data.LLVM.IR.Textual)?

That would allow to just import the IR.

angerman avatar Jul 05 '16 14:07 angerman