Skip to content

Commit

Permalink
[MLGO] Disable BB Profile Dump Test on NVPTX
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Feb 11, 2023
1 parent 09e0f48 commit 5ba3960
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
Expand Up @@ -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
Expand Down

0 comments on commit 5ba3960

Please sign in to comment.