Handle unaligned accesses in PPC backend
Looking at the PowerPC NCG backend, it appears that it currently ignores the AlignmentSpec attached to CmmLoads and CmmStores. This should be fixed as the Unaligned AlignmentSpec is used by the indexWord8ArrayAs<type># primops.