[llvm] [MLGO] Move MBB Profile Dump test to Generic (PR #66856)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 19 21:45:13 PDT 2023
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/66856
This patch moves the MBB Profile Dump to ./llvm/test/CodeGen/Generic from ./llvm/test/CodeGen/MlRegAlloc as the profile dump doesn't have anything to do with the ML guided register allocation heuristic.
>From a6a85b1db2039de1086c416264657b57caed249a Mon Sep 17 00:00:00 2001
From: Aiden Grossman <agrossman154 at yahoo.com>
Date: Tue, 19 Sep 2023 21:41:36 -0700
Subject: [PATCH] [MLGO] Move MBB Profile Dump test to Generic
This patch moves the MBB Profile Dump to ./llvm/test/CodeGen/Generic
from ./llvm/test/CodeGen/MlRegAlloc as the profile dump doesn't have
anything to do with the ML guided register allocation heuristic.
---
llvm/test/CodeGen/{MLRegAlloc => Generic}/bb-profile-dump.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename llvm/test/CodeGen/{MLRegAlloc => Generic}/bb-profile-dump.ll (100%)
diff --git a/llvm/test/CodeGen/MLRegAlloc/bb-profile-dump.ll b/llvm/test/CodeGen/Generic/bb-profile-dump.ll
similarity index 100%
rename from llvm/test/CodeGen/MLRegAlloc/bb-profile-dump.ll
rename to llvm/test/CodeGen/Generic/bb-profile-dump.ll
More information about the llvm-commits
mailing list