[all-commits] [llvm/llvm-project] 09e0f4: [MLGO] Enable BB Profile Dump Test without TFLite
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sat Feb 11 02:40:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09e0f48c0a40df19c5f039d4a2fd99a3835a2902
https://github.com/llvm/llvm-project/commit/09e0f48c0a40df19c5f039d4a2fd99a3835a2902
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-02-11 (Sat, 11 Feb 2023)
Changed paths:
M llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
Log Message:
-----------
[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.
More information about the All-commits
mailing list