-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[NVPTX] Require asserts in unrecognized-sm1x.ll
#126105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NVPTX] Require asserts in unrecognized-sm1x.ll
#126105
Conversation
Context:
|
@llvm/pr-subscribers-backend-nvptx Author: Justin Fargnoli (justinfargnoli) ChangesFix clang-with-thin-lto-ubuntu - failed build Full diff: https://github.com/llvm/llvm-project/pull/126105.diff 1 Files Affected:
diff --git a/llvm/test/CodeGen/NVPTX/unrecognized-sm1x.ll b/llvm/test/CodeGen/NVPTX/unrecognized-sm1x.ll
index 9a1dc122915dde..1f6e18e826e86f 100644
--- a/llvm/test/CodeGen/NVPTX/unrecognized-sm1x.ll
+++ b/llvm/test/CodeGen/NVPTX/unrecognized-sm1x.ll
@@ -2,6 +2,7 @@
; RUN: llc < %s -mtriple=nvptx -mcpu=sm_11 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM11
; RUN: llc < %s -mtriple=nvptx -mcpu=sm_12 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM12
; RUN: llc < %s -mtriple=nvptx -mcpu=sm_13 -debug-only=nvptx-subtarget -o /dev/null 2>&1 | FileCheck %s --check-prefix=SM13
+; REQUIRES: asserts
; SM10: 'sm_10' is not a recognized processor for this target (ignoring processor)
; SM11: 'sm_11' is not a recognized processor for this target (ignoring processor)
|
unrecognized-sm1x.ll
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Fix clang-with-thin-lto-ubuntu - failed build
Fix clang-with-thin-lto-ubuntu - failed build