In the case that we come across an error related to inline assembly, simply
terminate at that point. There is no recovery path at this point. In the best
case scenario, we will fail later on in assertions, and in the worst case, we
would lose the instruction in selection entirely.
Formulating a test for this is difficult as it relies on generating instructions
which may assert during lowering in SelDAG and other paths which don't which
seems rather fragile.