[haskell-llvm] typeName

Henning Thielemann lemming at henning-thielemann.de
Wed Jun 6 22:38:14 BST 2012


LLVM.Core.Types.typeName formats a vector type like "<4 x float>", but 
typeName is used in LLVM.Util.Arithmetic.callIntrinsicP1 to build the name 
of intrinsics. That is, for this application it must be "v4f32". I think 
this worked in earlier versions. Is there a way to find the GIT patch 
where this bug was introduced?



More information about the Haskell-llvm mailing list