[llvm] 09e0f48 - [MLGO] Enable BB Profile Dump Test without TFLite

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 11 02:40:26 PST 2023


Author: Aiden Grossman
Date: 2023-02-11T02:38:37-08:00
New Revision: 09e0f48c0a40df19c5f039d4a2fd99a3835a2902

URL: https://github.com/llvm/llvm-project/commit/09e0f48c0a40df19c5f039d4a2fd99a3835a2902
DIFF: https://github.com/llvm/llvm-project/commit/09e0f48c0a40df19c5f039d4a2fd99a3835a2902.diff

LOG: [MLGO] Enable BB Profile Dump Test without TFLite

In the very initial version of the patch that introduced this test I had
it only being conditionally compiled when in MLGO development mode (ie
when HAVE_TFLITE is true), but after some revision it is enabled all the
time and thus should be tested all the time. This patch fixes this
leftover behavior that should've been fixed in the original change set.

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 f5082ba41ff6a..8ef51d7f4fdd3 100644
--- a/llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
+++ b/llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
@@ -1,4 +1,3 @@
-; REQUIRES: have_tflite
 ; REQUIRES: default_triple
 ;
 ; Check that the basic block profile dump outputs data and in the correct


        


More information about the llvm-commits mailing list