Skip to content

MulMayOverflow test failures on x86-64

Looking at https://gitlab.haskell.org/ghc/test-primops/-/pipelines there are a lot of pipelines which have failed in the x86_64-linux-deb10-upstream stage (but because it's a quickcheck test sometimes it happens to pass). There are a lot of warnings from the assembler about constants that are being truncated so it feels like something's wrong with the code being generated somewhere.

Failing pipelines:

@AndreasK your last commit to this repo looks like it was trying to fix these issues?