[llvm] 87cccf8 - [MLGO] Remove unsupported tag from BB profile dump test

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 20:38:10 PDT 2023


Author: Aiden Grossman
Date: 2023-08-15T20:36:19-07:00
New Revision: 87cccf8f6d592d82e68728ed730c860fbbfd8b4a

URL: https://github.com/llvm/llvm-project/commit/87cccf8f6d592d82e68728ed730c860fbbfd8b4a
DIFF: https://github.com/llvm/llvm-project/commit/87cccf8f6d592d82e68728ed730c860fbbfd8b4a.diff

LOG: [MLGO] Remove unsupported tag from BB profile dump test

This was added originally as the test was failing on NVPTX before an
explicit target triple was set on the llc invocation. The test was fixed
in 4afb1ee7bc0e3674238da2d3668f8d8b80596c62 but the unsupported
directive was never removed.

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 34244e7500173a..e0ac148456cacb 100644
--- a/llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
+++ b/llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
@@ -5,9 +5,6 @@
 ;
 ; RUN: llc -mtriple=x86_64-linux-unknown -o /dev/null -basic-block-sections=labels -mbb-profile-dump=- %s | FileCheck %s
 
-; bb profile dump is not supported on NVPTX
-; UNSUPPORTED: target=nvptx{{.*}}
-
 ; Check that given a simple case, we can return the default MBFI
 
 define i64 @f2(i64 %a, i64 %b) {


        


More information about the llvm-commits mailing list