We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unrecognized-sm1x.ll
1 parent e40610d commit b2bd3a4Copy full SHA for b2bd3a4
llvm/test/CodeGen/NVPTX/unrecognized-sm1x.ll
@@ -2,6 +2,7 @@
2
; RUN: llc < %s -mtriple=nvptx -mcpu=sm_11 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM11
3
; RUN: llc < %s -mtriple=nvptx -mcpu=sm_12 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM12
4
; RUN: llc < %s -mtriple=nvptx -mcpu=sm_13 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM13
5
+; REQUIRES: asserts
6
7
; SM10: 'sm_10' is not a recognized processor for this target (ignoring processor)
8
; SM11: 'sm_11' is not a recognized processor for this target (ignoring processor)
0 commit comments