[PATCH] D110514: MIPS: Triple::setArch as R6 if MipsSubArch_r6

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 18 06:09:17 PDT 2021


arichardson added inline comments.


================
Comment at: llvm/lib/Support/Triple.cpp:1432
+  case Triple::mips64:
+    T.setArch(Triple::mips, getSubArch());
+    break;
----------------
Shouldn't all others also preserve the subarch?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110514/new/

https://reviews.llvm.org/D110514



More information about the llvm-commits mailing list