[PATCH] D90570: [mips] Add a -mmips3d command line option to clang

2020-11-04 Thread Michael Roe via Phabricator via cfe-commits
michael-roe added a comment. Thanks! I agree with those changes; I'll implement them and then resubmit a patch. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90570/new/ https://reviews.llvm.org/D90570

[PATCH] D90570: [mips] Add a -mmips3d command line option to clang

2020-11-03 Thread Michael Roe via Phabricator via cfe-commits
michael-roe added a comment. The goal of this patch is that if you have some C code with inline MIPS assembly language that uses MIPS3D instructions, you can get it to compile by passing -mmips3d on the command line. (Without this command line option, there's an awkward workaround that