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.
1 parent 9094137 commit 6e0f428Copy full SHA for 6e0f428
llvm/test/MachineVerifier/test_g_incompatible_range.mir
@@ -1,4 +1,4 @@
1
-# RUN: not --crash llc -o - -mtriple=amdgcn-mesa-mesa3d -mcpu=tahiti -run-pass=none %s 2>&1 | FileCheck %s
+# RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 -run-pass=none -filetype=null %s 2>&1 | FileCheck %s
2
--- |
3
define void @mismatched_range_type() {
4
ret void
0 commit comments