[PATCH] D70018: [mips][test] Check if the subtarget can support the requested triple width

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 22:15:13 PST 2019


atanasyan added inline comments.


================
Comment at: llvm/test/CodeGen/Mips/cpus-no-mips64.ll:2
+; Check that we reject 64-bit mode on 32-bit only CPUs.
+; CHECK-ERROR64: LLVM ERROR: 64-bit code requested on a subtarget that doesn't support it!
+
----------------
If you do not plan to add more "check prefixes" to this test, we can use default prefix `CHECK` and make `RUN` lines shorter.


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

https://reviews.llvm.org/D70018





More information about the llvm-commits mailing list