Admin message

Due to a large amount of spam we do not allow new users to create repositories, they are "external" users. If you are a new user and want to create a repository, for example for forking GHC, open a new issue on ghc/ghc using the "get-verified" issue template

indexXArrayAsY# primops make no attempt at handling alignment
It appears that the unaligned index and store primops added in #14447 (see efd70cfb4b0b9932a880ab417d75eaf95da3d5e6) make no attempt at dealing with architectures that do not permit unaligned memory access. This is currently only problematic when using the LLVM backend to target ARMv7.
issue