[haskell-llvm] typeName
Henning Thielemann
lemming at henning-thielemann.de
Thu Jun 7 10:55:42 BST 2012
On Wed, 6 Jun 2012, Nathan Howell wrote:
> On Wed, Jun 6, 2012 at 2:38 PM, Henning Thielemann
> <lemming at henning-thielemann.de> wrote:
>> Is there a way to find the GIT patch where this bug was introduced?
>
> It was last modified in revision d551bcfd according to 'git blame
> ./LLVM/Core/Type.hs'
Thank you, 'git blame' really helps here. It looks like the bug is present
from the beginning. Since typeName is useful as it is, we might add
another function like 'typeToken' or so, that generates 'v4f32' instead of
'<4 x float>'.
More information about the Haskell-llvm
mailing list