These test were failing when building llvm with `-DLLVM_DEFAULT_TARGET_TRIPLE=''`. Add `-march` to the run line to fix the issue. llvm-svn: 363854
I keep using the wrong instruction when manually writing tests. This really needs to check the number of operands, but I don't see an easy way to do that right now. llvm-svn: 363579