[MLGO] Disable BB Profile Dump Test on NVPTX
authorAiden Grossman <agrossman154@yahoo.com>
Sat, 11 Feb 2023 11:05:11 +0000 (03:05 -0800)
committerAiden Grossman <agrossman154@yahoo.com>
Sat, 11 Feb 2023 11:05:11 +0000 (03:05 -0800)
llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll

index 8ef51d7..ba47d70 100644 (file)
@@ -6,6 +6,9 @@
 ; RUN: llc -o /dev/null -mbb-profile-dump=%t %s
 ; RUN: FileCheck --input-file %t %s
 
+; bb profile dump is not supported on NVPTX
+; UNSUPPORTED: target=nvptx{{.*}}
+
 define i64 @f2(i64 %a, i64 %b) {
     %sum = add i64 %a, %b
     ret i64 %sum