You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
llvm-vector: example/Vector.hs:94:9-60: Irrefutable pattern failed for pattern Data.Maybe.Just iovec'
The problem is that the function getModuleValues does not return the named function "vectest" although it was created before. This is caused by filterM isIntrinsic in Core.Util.getFunctions. It was introduced by 6182044
I wonder why the filter was added. Maybe not . isIntrinsic was meant?
The text was updated successfully, but these errors were encountered:
The Vector example fails with:
The problem is that the function
getModuleValues
does not return the named function "vectest" although it was created before. This is caused byfilterM isIntrinsic
inCore.Util.getFunctions
. It was introduced by 6182044I wonder why the filter was added. Maybe
not . isIntrinsic
was meant?The text was updated successfully, but these errors were encountered: