[llvm] 5ba3960 - [MLGO] Disable BB Profile Dump Test on NVPTX

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 11 03:05:38 PST 2023


Author: Aiden Grossman
Date: 2023-02-11T03:05:11-08:00
New Revision: 5ba396011377bdf4086757d56cd48fc7d3c9f2ad

URL: https://github.com/llvm/llvm-project/commit/5ba396011377bdf4086757d56cd48fc7d3c9f2ad
DIFF: https://github.com/llvm/llvm-project/commit/5ba396011377bdf4086757d56cd48fc7d3c9f2ad.diff

LOG: [MLGO] Disable BB Profile Dump Test on NVPTX

Added: 
    

Modified: 
    llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll b/llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
index 8ef51d7f4fdd..ba47d70bfeec 100644
--- a/llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
+++ b/llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
@@ -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


        


More information about the llvm-commits mailing list