Now we emit a fatal error if we needed to realign the stack and we had stack adjusting inline asm. We could try to do better by analyzing the inline asm constraints for conflicts with our chosen base register, but that is hard to do through the CodeGen / Target layers.
Fixes miscompiles in PR16830, but we now fail to compile some programs.