11 lines · plain
1; RUN: llc < %s -mtriple=nvptx -mcpu=sm_10 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM102; RUN: llc < %s -mtriple=nvptx -mcpu=sm_11 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM113; RUN: llc < %s -mtriple=nvptx -mcpu=sm_12 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM124; RUN: llc < %s -mtriple=nvptx -mcpu=sm_13 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM135; REQUIRES: asserts6 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)9; SM12: 'sm_12' is not a recognized processor for this target (ignoring processor)10; SM13: 'sm_13' is not a recognized processor for this target (ignoring processor)11