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

Improve support for Float types

Open kquick opened this issue 6 years ago • 2 comments

There is currently support lacking for all of the different Float types (e.g. at https://github.com/elliottt/llvm-pretty/blob/master/src/Text/LLVM/AST.hs#L346). Work should be done to add more complete FloatType support.

kquick avatar Jul 23 '19 18:07 kquick

@kquick That link may now point to a different line than originally intended. Do you happen to recall what aspect of supporting more float types you had in mind?

langston-barrett avatar Sep 27 '22 15:09 langston-barrett