From a6a85b1db2039de1086c416264657b57caed249a Mon Sep 17 00:00:00 2001 From: Aiden Grossman 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